Convertitore Stringa Base64
Converti stringhe in Base64 con supporto UTF-8.
Converti qualsiasi stringa in codifica base64 con supporto UTF-8 completo. Output Base64 standard e URL-safe.
0 caratteri / 0 byte
Codifica UTF-8 in Base64
Il testo viene prima codificato in UTF-8, poi quei byte vengono codificati in Base64.
| Carattere | Byte UTF-8 | Base64 | Lunghezza B64 |
|---|---|---|---|
| A | 1 byte (0x41) | QQ== | 4 |
| e | 2 bytes (0xC3 0xA9) | w6k= | 4 |
| 世 | 3 bytes (0xE4 0xB8 0x96) | 5LiW | 4 |
| 😀 | 4 bytes (0xF0 0x9F 0x98 0x80) | 8J+YgA== | 8 |
Standard vs URL-safe Base64
| Standard | URL-safe | |
|---|---|---|
| Characters | Usa + / = | Usa - _ (senza padding) |
| Use Cases | MIME, email, codifica generale | URL, nomi file, JWT |
Strumenti Base64 correlati
FAQ
Valuta questo strumento
3.6 / 5 · 92 valutazioni
Altri strumenti
B64Codificatore/Decodificatore Base64B→Base64 Encoder%20Codificatore/Decodificatore URL01Convertitore testo ↔ binarioRecommended
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 Coffee