Decode URL
cross-browser testing tools
World's simplest online URL decoder for web developers and programmers. Just paste your URL in the form below, press the URL Decode button, and you'll get an unescaped URL. Press a button – get a URL. No ads, nonsense, or garbage.
51K
Announcement: We just launched DEVURLS – a neat developer news aggregator. Check it out!
Want to encode a URL?
Use the URL encoder tool!
Using a URL Unescaper in Cross-browser Testing
A URL unescaper is very useful if you're doing cross-browser testing. All web applications are unescaping URLs in one way or another. For example, if you pass data to an app through a query string in the GET request, then it's always URL escaped. The app has to decode it from the URL encoding to use the variables in it. If you're writing unit tests for your app, then often you'll need to compare URL-encoded and URL-decoded strings. With this utility, you can quickly prepare the input and output data for your test cases. Additionally, if you have strings that contain percent-escape sequences such as "%2F" or "%3A", then you know it's been URL-encoded and you can decode it with this program.
Looking for more web developer tools? Try these!
Text Columns to Rows Converter
Text Rows to Columns Converter
Text to HTML Entities Converter
UNIX time to UTC time Converter
UTC time to UNIX time Converter
Seconds to Human Readable Time
Binary Bitwise NAND Calculator
Binary Bitwise XNOR Calculator
Binary Bit Rotator to the Left
Binary Bit Rotator to the Right
Text Character Rotator to the Left
Text Character Rotator to the Right
Number of Letters in Text Counter
Number of Words in Text Counter
Number of Lines in Text Counter
Number of Paragraphs in Text Counter
Decimal to Scientific Converter
Scientific to Decimal Converter
Celsius to Fahrenheit Converter
Pro tip: You can use ?input=text query argument to pass text to tools.