URL Encoder and Decoder

Encode or decode URL text safely and instantly in your browser.

About URL Encoder

Convert text to percent-encoded URL components or decode encoded text. Use the component mode for query values and the full URL mode when the URL structure should remain readable.

COMMON QUESTIONS

Helpful context

What is URL encoding?

It replaces characters that have special meaning in URLs with percent-encoded byte sequences.

Should I encode a full URL or one value?

Usually encode individual path or query values. Full URL mode preserves separators such as colons, slashes and question marks.