URL Encoding/Decoding

URL
   

URL Encoding/Decoding tool helps in encoding the string before passing as a query in url and decoding the url query in human readable format. We use some symbols in the url which are not understandable by the server, so first we need to encode the string that contains those special symbols into machine readable format. These symbols are colons, semicolons, slashes, spaces etc.