Character |
Character Name |
URL Encoding |
|
~ |
Tilde |
%7E |
|
! |
Exclamation |
%21 |
|
# |
Number Sign |
%23 |
|
$ |
Dollar Sign |
%24 |
|
% |
Percent |
%25 |
|
^ |
Circumflex |
%5E |
|
& |
Ampersand |
%26 |
|
( |
Open Parenthesis |
%28 |
|
) |
Close Parenthesis |
%29 |
|
= |
Equals |
%3D |
|
+ |
Plus |
%2B |
|
\ |
Back Slash * |
%5C |
|
| |
Bar |
%7C |
|
[ |
Left Bracket |
%5B |
|
] |
Right Bracket |
%5D |
|
{ |
Left Brace |
%7B |
|
} |
Right Brace |
%7D |
|
; |
Semi-colon |
%3B |
|
: |
Colon |
%3A |
|
' |
Single Quote |
%27 |
|
" |
Double Quote * |
%22 |
|
, |
Comma |
%2C |
|
< |
Less Than |
%3C |
|
> |
Greater Than |
%3E |
|
? |
Question Mark |
%3F |