Encodeur/Décodeur Base64

Encodez et décodez du texte vers et depuis le format Base64 instantanément

Texte d'Entrée

Résultat

What is Base64?

Base64 is a method of binary-to-text encoding schemes that represent binary data in an ASCII string format. It is commonly used to transfer data over the internet, such as embedding images in HTML or sending email attachments.

About this tool

  • UTF-8 Support: Correctly handles special characters and emojis.
  • URL Safe: Generates strings safe for URLs (replaces + and /).
  • Security: All conversion happens in your browser. No data is sent to servers.