DevToolBoxGRATUIT
Blog

Encodeur / Décodeur Base64

Encodez du texte en Base64 ou décodez des chaînes Base64 en texte brut. Prend en charge UTF-8.

À propos de l'encodage Base64

Base64 est un schéma d'encodage binaire-texte qui représente des données binaires sous forme de chaîne ASCII. Il est couramment utilisé pour encoder des données dans les URL, les e-mails, le HTML et les API. Cet outil prend en charge l'encodage et le décodage UTF-8 complet.

𝕏 Twitterin LinkedIn

Notez cet outil

3.7 / 5 · 174 avis

Restez informé

Recevez des astuces dev et les nouveaux outils chaque semaine.

Pas de spam. Désabonnez-vous à tout moment.

Enjoy these free tools?

Buy Me a Coffee

Comment utiliser

  1. Enter your plain text in the top field to encode, or Base64 string in the bottom field to decode
  2. Click 'Encode' to convert text to Base64, or 'Decode' to convert Base64 back to text
  3. Copy the result with the copy button

Cas d'utilisation

  • Encoding images for embedding in HTML/CSS
  • Encoding data for URL parameters
  • Transmitting binary data in JSON APIs
  • Email attachment encoding

Questions fréquentes

What is Base64 encoding?
Base64 is a binary-to-text encoding scheme that converts binary data into ASCII characters. It's commonly used to transmit data safely over text-based protocols like HTTP and email.
Is Base64 encoding the same as encryption?
No. Base64 is an encoding scheme, not encryption. Anyone can decode Base64 data. It's meant for data transport, not security.
Does this tool support UTF-8?
Yes. This tool fully supports UTF-8 encoding and decoding, allowing you to work with international characters and emojis.