Urlencode And UrldecodeURLEncode and URLDecode
This tool allows you to easily encode any strings that you will be using in the query portion of your URL to pass a variable to another page.
It will return your string as all non-alphanumeric characters with the exception that it changes - , _ and . with the percentage sign (%) followed by two hex digits and spaces are replaced with plus signs (+). It is encoded just as if you were to post data from a from that is encoded. We have also included the URLDecode option if you have an encoded string that you would like to decode.

