URL Encoder/Decoder

Encode special characters for use in URLs or decode percent-encoded strings back to readable text.

Advertisement

Output:

Advertisement

Common Encoded Characters

Space = %20
# = %23
& = %26
? = %3F
= = %3D
+ = %2B
/ = %2F
@ = %40