itsez.dev

URL Encoder and Decoder

Encode URL components or decode percent-escaped text

CategoryEncoders & decoders
Runs in browserYes

ABOUT

What is URL Encoder and Decoder?

Encode query parameters and URL components safely, or decode percent-escaped text back to readable characters. Everything runs locally in the browser.

ABOUT US

Small tools, built for the web.

Utilities that run entirely in your browser. No install, no signup, and your data never leaves your machine.

Read more

FAQ

Questions, answered.

What does this URL tool encode?

It encodes individual URL components with encodeURIComponent, which is useful for query parameter values and fragments.