Text Tools
URL Decode
URL decode percent-encoded strings online. Convert %20, %26 and other encoded characters back to readable text.
url decodepercent decodeurl decoder onlinedecode url string
How to Use URL Decode
- 1Paste your URL-encoded string.
- 2Click Decode.
- 3View the decoded readable output.
- 4Copy to clipboard.
Example
Input
Hello%20World%20%26%20more%21Output
Hello World & more!Related Tools
Learn More
Frequently Asked Questions
What is URL decoding?+
URL decoding converts percent-encoded sequences (%XX) back to their original characters.
When would I need to decode a URL?+
When reading API responses, debugging HTTP requests, or parsing redirected URLs.
What about + signs?+
In form submissions, + represents a space and is decoded correctly.
Can I decode a full URL?+
Yes, paste the full URL and only the encoded components will be decoded.
Is it safe to decode untrusted URLs?+
The decoder is purely text-based and doesn't navigate to any URLs, so it is safe.