Base64
Encoder / décoder
Or encode a file to Base64
Drop a file
up to 20 MB
Taille maximale: 20 MB
À propos de cet outil
Encode and decode Base64 - handy for embedding binary data in JSON, debugging APIs and inspecting JWTs.
Fonctionnalités
- Encode and decode strings or files
- URL-safe Base64 option
- Live two-way conversion
- Local
Comment l'utiliser
- Paste text or upload a file.
- Pick encode or decode.
- Copy the result.
🔒 100 % privé
Tout se passe dans votre navigateur grâce à JavaScript et WebAssembly. Vos fichiers ne sont jamais téléversés, jamais stockés et jamais vus par nous.
Questions fréquentes
What's URL-safe Base64?
It replaces + and / with - and _ so the value can sit safely in URLs.