URL Encoder / Decoder
Encode text for safe use in a URL, or decode percent-encoded URL components back to readable text.
Your data is processed locally in your browser
How to Use the URL Encoder / Decoder
- 1Choose Encode or Decode.
- 2Paste your text or URL component.
- 3Copy the result.
Frequently Asked Questions
What's the difference between encodeURI and encodeURIComponent?+
This tool uses encodeURIComponent/decodeURIComponent, which escape characters like &, ? and = so a value is safe inside a single URL query parameter.