URL decode

Percent-encoding back to readable characters.

Result
The result appears here as you type.

Why you would use this

Reading a URL out of a log, an analytics report or a redirect chain, where %C3%A9 is hiding an é. Malformed sequences leave the input untouched rather than throwing.

More encode & decode