URL Encoder-Decoder

This tool url encodes and url decodes Strings automatically

You can use this convertor, by entering the value to encode in the first input, the encoded value will be processed automaticaly and add the in the second text box. You can url decode a String by entering the value in the second input text and the value will be processed automatically and added to the first input box.

String:



Url encoded String:


The string "test: 1+2=3" will be encoded to "test%3A+1%2B2%3D3" automatically.

The tool uses ajax call to the server to process the request. The server runs the conversion using java. The response is returned to the client using json.

References:

URL on Wikipedia

Recent Comments