URL Encoder/Decoder

Encode or decode URLs and parameters with full component mode toggles.

Input
0 chars
Result
Result will appear here...
Customization

Encodes all special characters including / ? : @ & = +

Quick Tip

Use Component Mode (encodeURIComponent) for query string parameters. Turn it off to encode full URLs (encodeURI).

About this Tool

URL encoding (also known as percent-encoding) converts special characters in URLs into a format that can be transmitted over the Internet. This tool supports both full URL encoding (encodeURI) and component encoding (encodeURIComponent) for query parameters, ensuring your URLs are properly formatted and safe for web transmission.

Frequently Asked Questions