Privvert logoPrivvert

Base64

Kodieren / dekodieren

Or encode a file to Base64
Drop a file
up to 20 MB
Max. Dateigröße: 20 MB

Über dieses Tool

Encode and decode Base64 - handy for embedding binary data in JSON, debugging APIs and inspecting JWTs.

Funktionen

  • Encode and decode strings or files
  • URL-safe Base64 option
  • Live two-way conversion
  • Local

So funktioniert's

  1. Paste text or upload a file.
  2. Pick encode or decode.
  3. Copy the result.
🔒 100 % privat

Alles passiert direkt in deinem Browser mit JavaScript und WebAssembly. Deine Dateien werden nie hochgeladen, nie gespeichert und nie von uns gesehen.

Häufig gestellte Fragen

What's URL-safe Base64?

It replaces + and / with - and _ so the value can sit safely in URLs.