Fastils

Contact

URL Encoder / Decoder

URL encoding, also known as percent-encoding, is a mechanism for encoding information in a Uniform Resource Identifier (URI). This tool allows you to safely encode characters that are reserved or unsafe for URLs, or decode them back into their original format.

What is URL Encoding?

URLs can only be sent over the Internet using the ASCII character-set. Since URLs often contain characters outside the ASCII set, the URL has to be converted into a valid ASCII format. URL encoding replaces unsafe ASCII characters with a "%" followed by two hexadecimal digits.

Common Reserved Characters

CharacterEncoded ValueUsage
Space%20Separates parts of a URL
/%2FSeparates directories
?%3FStarts query strings
&%26Separates query parameters
#%23Fragment identifier

Other Tools