Codificatore / Decodificatore Base64
Codifica testo in Base64 o decodifica stringhe Base64 in testo semplice. Supporta UTF-8.
Informazioni sulla codifica Base64
Base64 è uno schema di codifica da binario a testo che rappresenta i dati binari in formato stringa ASCII. È comunemente usato per codificare dati in URL, email, HTML e API. Questo strumento supporta la codifica e decodifica completa UTF-8.
Valuta questo strumento
3.7 / 5 · 174 valutazioni
Altri strumenti
B→Base64 Encoder→BBase64 Decoder%20Codificatore/Decodificatore URL🖼️Convertitore Immagine Base64Recommended
CloudflareFree CDN & DDoS protectionResta aggiornato
Ricevi consigli dev e nuovi strumenti ogni settimana.
Niente spam. Cancella quando vuoi.
Enjoy these free tools?
☕Buy Me a CoffeeCome usare
- Enter your plain text in the top field to encode, or Base64 string in the bottom field to decode
- Click 'Encode' to convert text to Base64, or 'Decode' to convert Base64 back to text
- Copy the result with the copy button
Casi d'uso
- Encoding images for embedding in HTML/CSS
- Encoding data for URL parameters
- Transmitting binary data in JSON APIs
- Email attachment encoding