This URL decoder converts a percent-encoded URL or string back into readable text. Paste your encoded value above to decode the percent codes instantly.
How to use it
- Paste the encoded URL or string.
- Click decode.
- Copy the readable text.
Example
hello%20world%26go becomes hello world&go.
Related calculators
Frequently Asked Questions
How do I decode a URL?
Paste the percent-encoded string into the URL decoder and it turns codes like %20 back into spaces and characters.
What does %20 mean?
It is the percent-encoded form of a space character in a URL.
Does decoding happen in my browser?
Yes, the conversion runs locally so your text is not sent anywhere.