URL Decode β€” Decode Percent-Encoded Text

Convert URL-encoded text back to readable form. All percent-encoded characters (%XX) will be decoded.

URL Encode

About URL Decoding

When decoding is needed

When analyzing URLs from logs, debugging API requests, reading parameters from address bar, processing web form data.

UTF-8 support

Modern browsers encode non-ASCII characters in UTF-8. A Unicode character may be encoded as multiple %XX sequences. This tool correctly decodes UTF-8.

How to decode URL text

1

Paste encoded text

Copy the URL-encoded string from browser address bar or API response.

2

Click "Decode"

All %XX sequences will be converted back to original characters.

3

Get readable text

Copy the result β€” spaces, special characters, and Unicode are restored.

Frequently Asked Questions