URL Decode – Decode Percent‑Encoded Text Online Free
Decode URL‑encoded (percent‑encoded) strings back to original text. Fast and accurate.
Decode URL‑encoded text online free. Convert percent‑encoded strings back to plain text.
URL Decode – Online Decoder
Convert percent‑encoded strings back to their original form. Perfect for reading URL parameters or form data.
Example Decoding
Input: Hello%20World%21
Decoded: Hello World!
Input: caf%C3%A9
Decoded: café
Code Example
// JavaScript
const decoded = decodeURIComponent("Hello%20World%21");
console.log(decoded); // Hello World!
// Python
import urllib.parse
decoded = urllib.parse.unquote("Hello%20World%21")
print(decoded) # Hello World!
Frequently Asked Questions
Everything you need to know about this tool
FAQs
Converting %XX sequences back to original characters.
Yes.
Yes, both are decoded to space.
Yes, up to 5 MB.
Tags
#url decode#url decoder#percent decode#decode url#url decode online#free url decoder#url decode space#url decode plus#javascript url decode#python url decode#batch url decode#url decode utf8#url decode file#best url decoder