URL · ENCODE · DECODE

URL Encode Decode Online

Encode and decode URLs, query strings, and percent-escaped text locally in your browser.

Open the toolBrowse all file & text tools

freeclient-sideno accountno upload workflow

How to encode or decode URLs

Use this for the quick job: paste input, get output, copy the result, and leave without signing up for another tiny software prison.

  1. Choose encodeURIComponent or decodeURIComponent.
  2. Paste the URL, query string, or text fragment.
  3. Copy the encoded or decoded result into docs, tests, links, or debugging notes.

Best use cases

Privacy and limits

When the free tool is not enough

The free page is for one-off paste-and-copy work. If you are converting files repeatedly, use VXRGE Batch Tools: the paid offline bundle for local batch CSV, JSON, YAML, line cleanup, and Base64 file work.

See the €9 batch bundle

FAQ

What is URL encoding?

URL encoding converts special characters into percent-encoded sequences that can safely appear in URLs.

Is anything uploaded?

No. It runs in your browser.

Should I encode the whole URL or only a component?

Usually encode query parameter values/components, not an already complete URL, unless you know why.

Related tools