Skip to content

Codificadores y Cifrado

Codificar / Decodificar Base64

Codificador y decodificador Base64 gratuito. Codifica texto a Base64 o decodifica de nuevo a texto plano. Soporte completo UTF-8 / Unicode. Funciona completamente en tu navegador.

Runs in your browser

Nota del editor

Understanding · Bytes, in printable ink.

Este capítulo en profundidad está disponible solo en inglés por el momento. La herramienta de conversión de arriba funciona en tu idioma; el artículo explicativo extenso aún no se ha traducido.

Preguntas frecuentes

Quick answers.

Is Base64 encryption?

No — Base64 is encoding, not encryption. Anyone can decode it. Use it for safe transport of binary data through text channels, never for security.

Does it support Unicode?

Yes. Text is encoded as UTF-8 before Base64, so emoji and non-Latin characters round-trip correctly.

Is my input uploaded anywhere?

No. Encoding and decoding happen locally in your browser.

What's the difference between Base64 and Base64URL?

Base64URL replaces + and / with - and _ to be safe in URLs. We support both — toggle in settings.

Is the tool free?

Yes — fully free, no signup.

La gente también busca

Use with

What people reach for next.

Herramientas relacionadas

More in this room.

Ver todo en Codificadores y Cifrado