Decode Percent Encoded URLs to Text
Decode URL encoded text or data back into it's original form. Paste your URL encoded text into the source text box to use the URL decoder.
What Is URL Decoding
URL Decoding is the process of converting url encoded data back into it's original form. Characters such as '#', '@', '&' that have been percent encoded as '%23','%40','%26' respectively get url decoded back into their original characters.