URL Decoder
Decode percent-encoded URLs and query strings back to plain text.
Runs locally · Nothing uploaded
URL-encoded text
Decoded text
Result will appear here…Advertisement
About URL Decoder
Reverses percent-encoding, turning sequences like %20 and %C3%A9 back into readable characters, with plus signs optionally treated as spaces in query contexts. Malformed sequences are reported instead of silently dropped. Useful for reading tracking URLs and encoded redirect parameters.
Related tools
EncodingRuns locally in your browser.URL EncoderPercent-encode text so it is safe to place in URLs and query strings.API & HTTPRuns locally in your browser.URL ParserSplit a URL into protocol, host, port, path, query, and fragment.API & HTTPRuns locally in your browser.Query String ParserBreak a query string into decoded key-value pairs.