URL Decoder
Decode percent-encoded URLs back to text.
How to Use URL Decoder
Paste the encoded string, or the whole URL, into the input box.
Click the "Process" button to convert the percent-encoded characters back into readable text.
If the result still contains percent signs, run it through again, because the original may have been encoded twice.
Copy the decoded text with one click, or download it as a .txt file so you can inspect the full string offline.
Features
Frequently Asked Questions
Related Tools
Word Counter
Count the number of words in your text instantly.
Character Counter
Count characters with and without spaces.
Sentence Counter
Count the number of sentences in your text.
Paragraph Counter
Count paragraphs in your text content.
Text Case Converter
Convert text between different cases - upper, lower, title, sentence.
Uppercase Converter
Convert text to UPPERCASE letters.
About URL Decoder
Encoded URLs are hard to read, which makes them hard to debug. When a link someone sent you looks like a wall of %20 and %3A, you cannot tell at a glance whether it points where you think it does or whether a parameter has been truncated mid-value. Decoding turns the escaped string back into plain text so you can read the destination, spot the real query parameters and check the address before you click it.
It also solves the mystery of mangled email subjects and pasted web addresses. Email headers encode non-ASCII characters, so a subject line containing an emoji or an accented name arrives as a run of equals signs, question marks and letters. Decoding that fragment reveals the original text. The same applies to text you copied out of a spreadsheet that had been through a URL field: the value looks like %C3%A9 instead of an accented character, and decoding it restores the character.
Whether a space comes back as a space or a plus sign depends on where the string came from, so the decoder handles both forms. If a string was encoded twice, decoding it once may still leave encoded characters, which is a real and confusing situation worth being aware of - decode a second time and see whether the result becomes readable.
When to Use This Tool
- Reading a long encoded link to confirm where it actually points before clicking
- Inspecting the parameters inside a tracking or redirect URL
- Decoding an email subject line that arrived as encoded characters
- Recovering text that was percent-encoded in a spreadsheet or database field
- Debugging a redirect chain or a query string that is not behaving as expected