URL ENCODER & DECODER
You can use this
page to translate strings or characters into their URL-encoded equivalents
and vice versa. This is useful for finding out what the URL code for a specific
character or string would be if you wanted to use that character in a URL.
Web programmers find this useful when working out how to send a special
character into a script using the GET method..