Skip to content

Codificatori e Crittografia

Encode / Decode Base64

Codificatore e decodificatore Base64 gratuito. Codifica testo in Base64 o decodifica in testo semplice. Supporto completo UTF-8 / Unicode. Funziona interamente nel tuo browser.

Runs in your browser

Nota dell'editore

Understanding · Bytes, in printable ink.

Questo capitolo approfondito è attualmente disponibile solo in inglese. Lo strumento di conversione qui sopra funziona nella tua lingua; il lungo articolo esplicativo non è stato ancora tradotto.

Domande frequenti

Quick answers.

Is Base64 encryption?

No — Base64 is encoding, not encryption. Anyone can decode it. Use it for safe transport of binary data through text channels, never for security.

Does it support Unicode?

Yes. Text is encoded as UTF-8 before Base64, so emoji and non-Latin characters round-trip correctly.

Is my input uploaded anywhere?

No. Encoding and decoding happen locally in your browser.

What's the difference between Base64 and Base64URL?

Base64URL replaces + and / with - and _ to be safe in URLs. We support both — toggle in settings.

Is the tool free?

Yes — fully free, no signup.

Le persone cercano anche

Use with

What people reach for next.

Strumenti correlati

More in this room.

Vedi tutto in Codificatori e Crittografia