URL Encoder / Decoder

Encode or decode URL components safely in the browser.

How to use

Paste a URL or text with special characters. Click Encode or Decode.

FAQ

encodeURIComponent vs escape?
We use encodeURIComponent for URL components.
Will it break full URLs?
Encoding entire URLs may over-escape; use for components or query values.
Private?
Yes. No server requests.