Privvert logoPrivvert

Base64

Koda / avkoda

Or encode a file to Base64
Drop a file
up to 20 MB
Max filstorlek: 20 MB

Om det här verktyget

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

Funktioner

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

Så använder du det

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

Allt sker i din webbläsare med JavaScript och WebAssembly. Dina filer laddas aldrig upp, lagras aldrig och ses aldrig av oss.

Vanliga frågor

What's URL-safe Base64?

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