xxxx.re
EncodingPrivacy-firstNo trackingRuns locally

URL Encode / Decode

Encode query strings or decode percent-encoded URLs safely.

Quick tips

  • *Paste a URL or query string into the input.
  • *Encode to escape unsafe characters or decode to make it readable.
  • *Errors are surfaced when input is not valid for decoding.
Everything runs locally in your browser. No uploads or tracking.

How it works

  1. Step 1

    Paste a URL or query string into the input.

  2. Step 2

    Encode to escape unsafe characters or decode to make it readable.

  3. Step 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.