🔗 URL Encoder / Decoder

Encode or decode URLs and query strings instantly

🔒 Dein Bild verlässt nie dein Gerät. Die gesamte Verarbeitung erfolgt lokal in deinem Browser mit encodeURIComponent / decodeURIComponent. Kein Upload, kein Server, kein Tracking.

Funktionen

  • Encode URLs — Percent-encode special characters for safe use in URLs and query strings.
  • Decode URLs — Convert percent-encoded strings back to readable text.
  • Unicode Support — Handles all Unicode characters including emoji, CJK, and special symbols.

So funktioniert's

  1. Enter text — Type or paste the text you want to encode or decode.
  2. Click Encode or Decode — The tool converts your input instantly.
  3. Copy the result — Copy the encoded or decoded output to your clipboard.

Anwendungsfälle

  • Encode query parameters for API URLs
  • Decode URLs copied from browser address bars
  • Prepare strings for use in HTTP requests

Häufig gestellte Fragen

What characters are encoded?

All characters except A-Z, a-z, 0-9, and - _ . ~ are percent-encoded. This follows the RFC 3986 standard.

Does it handle full URLs?

It's best for encoding individual components (query values, path segments). For full URLs, encode each part separately to avoid double-encoding.

Verwandte Werkzeuge