Encodage Base64

Collez votre texte ci-dessous et cliquez sur Encoder pour le convertir en Base64. Supporte le texte UTF-8. Tout le traitement se fait localement dans votre navigateur.

Copié !

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.