About this tool
What url encoder / decoder does
Escape text for use as an individual URL component or convert percent-encoded text back to readable Unicode. Reserved characters such as ampersands and spaces are handled explicitly.
How it works
Encode mode applies the browser's encodeURIComponent behavior. Decode mode applies decodeURIComponent and reports malformed percent sequences instead of returning ambiguous output.