Skip to content

Instantly share code, notes, and snippets.

@abdullah-shiwani
Last active September 18, 2019 22:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abdullah-shiwani/1fc3e7eed6a255925677325cc877d162 to your computer and use it in GitHub Desktop.
Save abdullah-shiwani/1fc3e7eed6a255925677325cc877d162 to your computer and use it in GitHub Desktop.
Special Chars URI Encoding Mapper (percent-encoding)

URI Encoding mapper of Special Charactor

Note : The special characters ".", "-", "~", and "_" remain the same

Char Encoded Value (percent-encoding)
$ %24
! %21
# %23
& %26
' %27
( %28
) %29
* %2A
+ %2B
, %2C
/ %2F
: %3A
; %3B
= %3D
? %3F
@ %40
[ %5B
] %5D
space %20
" %22
% %25
< %3C
> %3E
\ %5C
^ %5E
` %60
{ %7B
| %7C
} %7D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment