Skip to main content

URL Encode / Decode

- Encode special characters for URLs or decode encoded strings
Encoder / Decoder
Encode special characters for URLs or decode encoded strings
Encodes all special characters (for query params, path segments)
Encoded output will appear here
Decoded output will appear here

Quick examples (click to use):

Common URL Encodings
=%20 or +
!=%21
#=%23
$=%24
%=%25
&=%26
'=%27
(=%28
)=%29
*=%2A
+=%2B
,=%2C
/=%2F
:=%3A
?=%3F
@=%40
==%3D
[=%5B