URL encoded characters

by Ramya 2009-10-29 12:13:39

URL Encoded Characters:

When encoding a URL, a character may not be available on the keyboard. Other times, the character of a URL might not be usable in contexts where it may conflict with a reserved character. In either case, the character can be encoded with a % followed by its ASCII hexadecimal equivalent code.

Character Escape Codes:


      backspace      %08
tab %09
linefeed %0A
creturn %0D
space %20
! %21
" %22
# %23
$ %24
% %25
& %26
' %27
( %28
) %29
* %2A
+ %2B
, %2C
- %2D
. %2E
/ %2F
0 %30
1 %31
2 %32
3 %33
4 %34
5 %35
6 %36
7 %37
8 %38
9 %39
: %3A
; %3B
< %3C
= %3D
> %3E
? %3F
@ %40
A %41
B %42
C %43
D %44
E %45
F %46
G %47
H %48
I %49
J %4A
K %4B
L %4C
M %4D
N %4E
O %4F
P %50
Q %51
R %52
S %53
T %54
U %55
V %56
W %57
X %58
Y %59
Z %5A
[ %5B
\ %5C
] %5D
^ %5E
_ %5F
` %60
a %61
b %62
c %63
d %64
e %65
f %66
g %67
h %68
i %69
j %6A
k %6B
l %6C
m %6D
n %6E
o %6F
p %70
q %71
r %72
s %73
t %74
u %75
v %76
w %77
x %78
y %79
z %7A
{ %7B
| %7C
} %7D
~ %7E
%A2
%A3
%A5
| %A6
%A7
%AB
%AC
%AD
%B0
%B1
%B2
, %B4
%B5
%BB
%BC
%BD
%BF
%C0
%C1
%C2
%C3
%C4
%C5
%C6
%C7
%C8
%C9
%CA
%CB
%CC
%CD
%CE
%CF
%D0
%D1
%D2
%D3
%D4
%D5
%D6
%D8
%D9
%DA
%DB
%DC
%DD
%DE
%DF
%E0
%E1
%E2
%E3
%E4
%E5
%E6
%E7
%E8
%E9
%EA
%EB
%EC
%ED
%EE
%EF
%F0
%F1
%F2
%F3
%F4
%F5
%F6
%F7
%F8
%F9
%FA
%FB
%FC
%FD
%FE
%FF


Pair the characters with these codes to encode url.

Tagged in:

1656
like
0
dislike
0
mail
flag

You must LOGIN to add comments