URL Decode
URL Decode in your browser. Nothing is uploaded. For the reverse, use URL Encode.
67 characters
49 characters
How it works
Paste your input
Paste the encoded text or payload for URL Decode.
Convert
The result appears instantly: copy or download.
Reverse direction
For the reverse direction, use URL Encode.
What is URL Decode?
URL Decode focuses on this conversion direction only, with a cleaner page and targeted keywords. For the reverse, use URL Encode.
Why use this tool
- encodeURIComponent / decodeURIComponent
- encodeURI / decodeURI for full URLs
- Form mode with + for spaces
- Live mode, swap, and sample
- Copy and download
- Unlimited use with no daily cap
Questions
What does URL Decode do?
URL Decode converts in one direction only. Use URL Encode for the reverse.
Component vs URI mode?
Component (encodeURIComponent) encodes :, /, ?, &, = and more. Use it for query values. URI (encodeURI) leaves those reserved characters so a full URL stays structured.
What is Form (+) mode?
application/x-www-form-urlencoded encoding: spaces become + instead of %20. Common in HTML form POST bodies and some query strings.
Why did decode fail?
Malformed sequences like a lone % or incomplete %XX are invalid. Fix the string or paste a valid percent-encoded value.
Is my text sent to a server?
No. Encoding and decoding run entirely in this tab.
Is there a daily limit?
No. This tool has no daily cap.
Do I need an account?
No. Open the page and use it.
Does it work on a phone?
Yes. It runs in the mobile browser.
If Easy24 helped, buy a coffee
Tools stay free in your browser. A one-time tip is optional and helps keep them running.
Similar Convert tools
See allText to Base64
Convert
Text to Base64 in your browser. Nothing is uploaded. For the reverse, use Base64 to Text.
OpenBase64URL Converter
Convert
Encode and decode URL-safe Base64 (Base64URL). Convert between standard Base64 and Base64URL for JWTs, query strings, and filenames.
OpenData URI
Convert
Build or decode data: URLs from files or text. Get CSS, HTML, and Markdown snippets, live MIME/size info, image preview, and download, all in this tab.
Open