URL Encoder/Decoder
Simple utility to encode and decode URLs. Works entirely in your browser.
Result will appear here...
How it works
URL encoding, also known as percent-encoding, is a mechanism for encoding information in a Uniform Resource Identifier (URI). Characters that are not allowed in a URI must be encoded. This tool uses standard JavaScriptencodeURIComponent and decodeURIComponent functions.