Base64
Codifica / decodifica
Or encode a file to Base64
Drop a file
up to 20 MB
Dimensione massima: 20 MB
Informazioni su questo strumento
Encode and decode Base64 - handy for embedding binary data in JSON, debugging APIs and inspecting JWTs.
FunzionalitÃ
- Encode and decode strings or files
- URL-safe Base64 option
- Live two-way conversion
- Local
Come si usa
- Paste text or upload a file.
- Pick encode or decode.
- Copy the result.
🔒 100% privato
Tutto avviene all'interno del tuo browser con JavaScript e WebAssembly. I tuoi file non vengono mai caricati su un server, mai memorizzati e mai visti da noi.
Domande frequenti
What's URL-safe Base64?
It replaces + and / with - and _ so the value can sit safely in URLs.