URL Decoder
Decodes a percent-encoded URL or query string back to its original text. Runs entirely in your browser — nothing is sent to a server.
Decodes a percent-encoded URL or query string back to its original text. Runs entirely in your browser — nothing is sent to a server.
Use cases
- Reading a percent-encoded query parameter from a URL
- Checking what an encoded link actually points to
Examples
A percent-encoded phrase
hello%20world%20%26%20friends%3F
hello world & friends?
FAQ
Is my data sent to a server?
No — this tool runs entirely in your browser.