URL Decoder Online
Decode percent-encoded URL text back to plain text.
About URL Decode
URL decoding reverses percent-encoding, converting sequences like %20 back into spaces and %C3%A9 back into é.
It mirrors JavaScript's decodeURIComponent. Use it to read raw query strings, logged URLs, or webhook payloads in a human-friendly form.
Malformed percent sequences (for example a lone % not followed by two hex digits) produce a clear error.
Example
| Input | name%3DJohn%20Doe%20%26%20city%3DS%C3%A3o%20Paulo |
| Output | name=John Doe & city=São Paulo |
Use it from code
curl "https://encode.wrapper-agency.com/api/v1/encode?op=url-decode&value=YOUR_TEXT"Free during beta — no key. See the full API reference.