Privvert logoPrivvert

Base64

Kod / dekod

Or encode a file to Base64
Drop a file
up to 20 MB
Maks. filstørrelse: 20 MB

Om dette verktøyet

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

Funksjoner

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

Slik bruker du det

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

Alt skjer inne i nettleseren din med JavaScript og WebAssembly. Filene dine lastes aldri opp, lagres aldri og ses aldri av oss.

Ofte stilte spørsmål

What's URL-safe Base64?

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