Encode or decode URLs with this free online tool
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.
URL encoding replaces unsafe ASCII characters with a "%" followed by two hexadecimal digits corresponding to the character values in the ISO-8859-1 character-set.
URL decoding is the reverse process, converting encoded characters back to their original form.