Codificador Base64
Codifica y decodifica cadenas Base64 en línea. Soporta texto UTF-8 y datos binarios.
SGVsbG8sIFdvcmxkIQ==
Preguntas Frecuentes
What is Base64?
Base64 is a binary-to-text encoding scheme that represents binary data as ASCII characters. It is commonly used for embedding images in HTML/CSS, data URIs, and API authentication tokens.
Does it support non-ASCII text?
Yes — the tool uses UTF-8 encoding, so Chinese, Arabic, and other non-Latin characters are handled correctly.
Related Tools
Formateador JSON
Formatea, embellece y valida datos JSON al instante. Formateador JSON gratuito para desarrolladores.
Probador Regex
Prueba y depura expresiones regulares en línea. Coincidencias en tiempo real con resaltado.
Vista Previa Markdown
Vista previa de Markdown en vivo con renderizado al estilo GitHub. Escribe y previsualiza en tiempo real.
Codificador HTML
Codifica y decodifica entidades HTML. Convierte caracteres especiales como <, >, & en sus equivalentes.