Skip to content
Text Mechanic
Encoding

URL Decode

Turn percent-encoded text back into readable characters.

Converts %XX sequences back to the characters they stand for, reading them as UTF-8. A + is treated as a space, which is how form submissions encode them. An incomplete or invalid sequence is reported rather than passed through.

Options

Off treats the whole input as one value.

InputText is processed entirely in your browser.
0lines0words0characters0 B
Output
0lines0words0characters0 B

Options explained

  • Process each line separatelyOff treats the whole input as one value.