URL Encoder & Decoder
Percent-encode text for use in URLs (query strings, path segments) or decode URL-encoded strings. Use ?text= or ?encoded= in the URL to load data.
Ad unit (leaderboard)
Ad unit (rectangle)
How to use
- Encode: Enter text or a URL and click Encode URL. Special characters are converted to percent-encoded form (e.g. space → %20).
- Decode: Paste a URL-encoded string and click Decode URL to get the original text.
- Use Share URL to create a link with your input (
?text=for encode,?encoded=for decode). - Use Copy to copy the result to the clipboard.