URL Decoder
Convert URL-encoded text back to its original form
Convert URL-encoded text back to its original form
To restore percent encoded URLs to their original readable format use our free online URL decoder. Because this tool makes it simple to comprehend and work with encoded URLs whether you are decoding form submissions troubleshooting query strings or working with redirected links.
The opposite of URL encoding is URL decoding. It converts encoded URLs back to their regular text equivalents, where some characters are represented by percent symbols followed by hexadecimal values (for example, %20 for a space). As a result applications or people can read and use the data.
URLs are often encoded when transmitted across the internet to ensure they are correctly interpreted by browsers and servers. Decoding is useful when:
Encoded: https%3A%2F%2Fexample.com%2Fsearch%3Fquery%3Dhello%20world%26lang%3Den
Decoded: https://example.com/search?query=hello world&lang=en