Privvert logoPrivvert

Base64

Kod / afkod

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

Om dette værktøj

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ådan bruger du det

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

Alt sker inde i din browser med JavaScript og WebAssembly. Dine filer bliver aldrig uploadet, aldrig gemt og aldrig set af os.

Ofte stillede spørgsmål

What's URL-safe Base64?

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