Codifica Base64

Incolla il tuo testo qui sotto e clicca Codifica per convertirlo in Base64. Supporta testo UTF-8. Tutta l’elaborazione avviene localmente nel tuo browser.

Copiato!

What is Base64 Encoding?

Base64 is a binary-to-text encoding scheme that represents binary data as an ASCII string. It is commonly used to embed images in HTML/CSS, transmit data in URLs, encode email attachments (MIME), and store complex data in JSON or XML.

The encoding uses 64 characters: A-Z, a-z, 0-9, +, and /, with = for padding.