URL Encoder / Decoder

v1.2, 2006.05.25

Enter text to be encoded or decoded in the boxes below:

Plain URL:

Encode


Encoded URL, using escape():

Decode
Encoded URL, using encodeURIComponent():

Encoded URL, using xencodeURI() (Design215 function):



Common URL Encodings

Character Code Character Code
space %20 , %2C
! %21 - %2D
" %22 . %2E
# %23 / %2F
$ %24 : %3A
% %25 ; %3B
& %26 = %3D
' %27 ? %3F



Notes:

  • The code number is the Hexadecimal ASCII code of the character.
  • Safari 1.0.3 does NOT support encodeURIComponent()