URL Encoder and Decoder

Encode and decode URL components with percent encoding and Unicode support.

Mode

Works with URL components through encodeURIComponent and decodeURIComponent.

Your data is processed locally in your browser.

What percent encoding is

Percent encoding represents characters as bytes prefixed with %. This tool uses encodeURIComponent for text intended to occupy part of a URL.

Components versus complete URLs

For a parameter or path segment, characters such as &, =, ?, and / are encoded so they do not change URL structure.

Explore all web development tools

Related tools