{{ inputLength }} input characters{{ statusLabel }}
URL Decoder
Turn percent-encoded URLs back into readable text.
Paste encoded paths, query values, or redirect parameters to decode them instantly in the browser.
{{ statusLabel }}
{{ summaryLabel }}
Useful when debugging URLs, analytics links, and redirect flows.
Input could not be decoded
{{ errorMessage }}
Decoded output
{{ output || 'Enter encoded text to decode it.' }}
Where it helps
Analytics tags
Inspect encoded campaign links without manually parsing percent values.
Redirect debugging
Read nested destination URLs hidden inside encoded parameters.
Support work
Turn user-pasted encoded links into readable text before investigating issues.
URL decoder FAQ
What input does the decoder accept?
It accepts percent-encoded text such as query values and URL fragments.
What happens if the encoding is broken?
The page shows an invalid-input message when the percent-encoding sequence cannot be decoded correctly.
Can I decode a full URL?
Yes. You can paste either a full URL or a smaller encoded section.