URL Decoder
Decode any URL that has been encoded.
URL Decoder
URL Decoder is a useful tool that allows you to decode your URLs / Links into their original form.
A URL (Uniform Resource Locator) is a web address comprising multiple components, including scheme, domain name, port number, path, query parameters, and fragment identifier. These components may contain special or non-ASCII characters that need to be percent-encoded for proper transmission and interpretation. Encoding is performed by replacing a character with the corresponding triplet, consisting of the percent character "%" followed by the two hexadecimal digits representing that character's numeric value. For example, "%7E" is the percent-encoding for the tilde character “~” which has a hexadecimal code of 7E.
This tool converts the percent-encoded characters found in a URL into their human-readable form. Enter the URL you wish to decode in the text box above and then click "Decode URL."
To encode a URL use URL Encoder
Related Tools
Contact
Missing something?
Feel free to request missing tools or give some feedback using our contact form.
Contact Us