Decode URL-encoded (percent-encoded) text.
This URL Decoder helps developers turn percent-encoded text back into readable characters. It’s commonly used when debugging query parameters, redirects, and encoded API payloads.
Is this tool free to use?
Does the tool run in the browser?
Is my data uploaded to a server?
Can I use this tool for large files?
Input
hello%20world%20%26%20page%3D1
Output
hello world & page=1