What is URL Encoder/Decoder?
URL Encoder/Decoder converts text into URL-safe encoded strings and back.
How to use it
Paste a value, choose Encode or Decode, and copy the output.
How it works
The tool uses `encodeURIComponent` and `decodeURIComponent` in the browser.
Is data saved?
No URL data is uploaded.