Install Extension

Free URL Encoder/Decoder

Encode or decode URLs and query strings with one click.

Local‑only processing for privacy.

URL Encoder & Decoder

Choose encoding mode and convert entire URLs, path segments, or parameter values.

What is this URL encoder/decoder?

A quick way to encode or decode URLs and query strings. Use encodeURIComponent for parameter values or path segments, and encodeURI for full URLs. Decoding reverses both modes. This is useful when building links, debugging redirects, and verifying webhooks. Everything runs locally in your browser.

How to use it

  1. Paste text or a URL in the input.
  2. Select the mode: encodeURIComponent (values) or encodeURI (full URL).
  3. Click Encode or Decode to transform the text.
  4. Copy the result and use it in your app or API calls.

Tips

Related tools

Privacy: runs entirely in your browser—no data is sent anywhere.