Advertisement
URL Encode/Decode
Encode or decode URLs and query strings
About URL Encoding
URL encoding converts characters into a format that can be transmitted over the Internet. URLs can only be sent over the Internet using the ASCII character-set. Characters outside this set must be converted. URL encoding replaces unsafe ASCII characters with a "%" followed by two hexadecimal digits.