URL Decode
ConvertersToolio URL Decode reverses percent-encoding in the browser so logs and copied links become readable. Pair it with Query String Parser when you need a map of keys. Decoding is local.
119k uses · Runs locally
How to use
- 1Paste the encoded URL or value.
- 2Decode percent sequences.
- 3Read the human-friendly string.
- 4Parse parameters next if you need a table.
Benefits
- Read messy query logs quickly.
- Links stay on this device.
- Natural pair with URL Encode.
Frequently asked questions
Related tools
More converters →URL Encode
Converters
Percent-encode reserved characters so query values survive copy-paste into URLs and redirects.
129k uses
Query String Parser
Developer Tools
Split a URL query into keys and values so campaign, pagination, and API parameters are easy to read.
95k uses
HTML Entity Decoder
Developer Tools
Restore HTML entities back to readable characters when you need the original snippet again.
70k uses
Extract URLs
Text Tools
Collect http(s) links from notes and HTML so you can audit, redirect, or bookmark them later.
107k uses
Base64 Encode
Converters
Encode text to Base64 for data URLs, basic auth experiments, and compact transport snippets.
144k uses
Base64 Decode
Converters
Decode Base64 back into readable text when logs, tokens, or data URLs hide the original string.
136k uses