URL Decoder
Decode URL-encoded text and URLs back to readable format
URL Encoded Input
Loading editor...
Decoded Text Output
Decoded text will appear here
Enter URL-encoded text in the input area to get started
About URL Decoding
URL decoding converts percent-encoded characters back to their original form. Characters encoded as %XX (where XX is hexadecimal) are converted back to their ASCII equivalents.