DevToolDeck
All tools

URL Encoder / Decoder

Percent-encode and decode URLs

Everything runs locally in your browser. Your data never leaves your device.

About this tool

Encode text so it is safe to use inside a URL, or decode percent-encoded URLs back to readable text. Choose between encoding a single component (like a query value) or a full URI.

Frequently asked questions

What is the difference between component and full URI?

Component encoding escapes characters like & and = that have meaning in URLs, while full URI encoding leaves the URL structure intact.