URL Decoder
Paste a percent-encoded URL or query string below to decode it back into readable text — useful for reading what a tracking link or API request actually contains.
Currently decoding percent-encoded text back to plain text.
Decoded
Enter text above to see the result.Frequently asked questions
Why does decoding sometimes fail?
The input has to be valid percent-encoded text — a stray % not followed by two hex digits, or a broken multi-byte sequence, will cause decoding to fail.