Decode URL encoded (percent-encoded) strings back to their original text. This tool helps you decode URLs, query parameters, and other percent-encoded data. Useful for debugging URLs, processing API responses, and handling encoded data.
Paste the URL-encoded string into the input field. The tool will automatically decode it and show the original text.
Percent encoding (URL encoding) represents special characters as % followed by two hexadecimal digits, making them safe for use in URLs.
Yes, you can decode individual query parameter values or entire encoded URL strings.