xxxx.re
Back to menu
Encoding

URL Encode / Decode

Encode query strings or decode percent-encoded URLs safely.

Privacy-firstNo trackingRuns locally

How it works

  1. Paste a URL or query string into the input.
  2. Encode to escape unsafe characters or decode to make it readable.
  3. Errors are surfaced when input is not valid for decoding.

FAQ

What encoding is used?

Encoding uses encodeURIComponent, matching modern browser URL encoding.

Does this handle full URLs?

Yes. You can encode or decode full URLs or just query components.

Related tools