URL Encode Decode

About


Encode or decode reserved special characters in a URL. Each line is treated as a separate URL. To encode or decode multiple URLs, make sure they are separated by a new line.

When to Encode URLs?


A valid URL format must not consist of certain characters therefore URLs need to be encoded so that they do not cause unexpected results.

When to Decode URLs?


Decode is used for decoding the URL to get the original string representation of the URL before encoding was done.

Related Tools