URL decode
Percent-encoding back to readable characters.
Result
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.