URL Encoder
You can use this page to translate strings or characters into their URL-encoded equivalents. This
is useful for finding out what the special URL code for a special character would be if you wanted
to use that character in a URL. An example of this would be if you wanted to find out the encoded
value of a double-quote (which happens to be %5C%22).
Web programmers would find this useful when trying to figure out how to send a special character
into a script using the GET data transfer method.
|