Practical use
When to use URL Decode
Use this utility when text has to be safely encoded, decoded or moved between URLs, forms, scripts and data payloads. URL Decode runs locally in the browser, so you can test real input, copy the result or download a file without uploading data to a server.
- Percent decoding
- Readable output
- Instant