URL Encoder / Decoder
Quickly encode or decode text for safe use in URLs. Handy for query parameters and redirects.
Behind the scenes
This tool uses the standard JavaScript functions encodeURIComponent and
decodeURIComponent. It runs entirely in your browser and does not send your
text or URLs anywhere else.