Decode percent-encoded URLs and strings into readable text.
Encoded URL / String → Decoded Text
URL encoding replaces reserved or special characters with percent-encoded byte sequences. For example, a space may appear as %20.
This tool uses standard URL decoding to restore those encoded sequences into readable characters.
It converts percent-encoded sequences such as %20 and %2F back into readable characters.
Yes. You can paste a complete percent-encoded URL or any encoded string.
No. This tool performs one standard decode pass with decodeURIComponent.
The tool shows an error instead of returning a partial or misleading result.
No. Changing the input clears the previous decoded result.
Yes. Use Copy Result after decoding.
Related Tools
Build and preview Valorant crosshair settings.
Search common Vim commands.
Turn JSON rows into bar, line, or pie charts.
Convert WebP files and Base64 data in both directions.
Escape or unescape XML entity text safely.
Encode XML as Base64 or decode Base64 back to XML.