Codificador/Decodificador Base64

Codifique y decodifique texto hacia y desde formato Base64 al instante

Texto de Entrada

Resultado

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.