URL Encoder/Decoder Online - Free URL encoder and decoder for URL components.
Free online URL encoder and decoder. Encode special characters for URLs or decode percent-encoded strings instantly in your browser.
How to Use URL Encoder/Decoder
- 1Choose "Encode" or "Decode" mode.
- 2Paste your text or URL-encoded string.
- 3Click the action button and copy the result.
Frequently Asked Questions
What is URL encoding?
URL encoding (percent encoding) converts special characters in a URL into %XX format, where XX is the hexadecimal representation. For example, a space becomes %20.
When should I use URL encoding?
Use URL encoding when you need to include special characters (spaces, &, =, etc.) in a URL query parameter or path segment.
What is the difference between encodeURI and encodeURIComponent?
encodeURIComponent encodes all special characters including /, ?, and &. encodeURI leaves characters that are part of the URL structure unencoded.
Found a bug or have a suggestion? Report it on GitHub