URL Decoder

Decode percent-encoded URL query strings (`%20`, `%26`, `%3F`) back into readable text.

Percent Decoding

Decodes `%XX` hex escape sequences into original string characters.

UTF-8 Character Support

Decodes international characters and symbols cleanly.

1-Click Copy

Copy decoded URL text directly to clipboard.

Decoded URL String Result

What is URL Decoding?

URL Decoding restores percent-encoded URL query strings back to human-readable text strings.