Base64
Codifica / decodifica
Or encode a file to Base64
Drop a file
up to 20 MB
Tamaño máximo: 20 MB
Sobre esta herramienta
Encode and decode Base64 - handy for embedding binary data in JSON, debugging APIs and inspecting JWTs.
CaracterÃsticas
- Encode and decode strings or files
- URL-safe Base64 option
- Live two-way conversion
- Local
Cómo usarla
- Paste text or upload a file.
- Pick encode or decode.
- Copy the result.
🔒 100% privado
Todo sucede dentro de tu navegador usando JavaScript y WebAssembly. Tus archivos nunca se suben a un servidor, nunca se almacenan y nosotros nunca los vemos.
Preguntas frecuentes
What's URL-safe Base64?
It replaces + and / with - and _ so the value can sit safely in URLs.