Base64 Codificar / Decodificar Online

Free Gratis · Sin registro · Sin subida de datos Used by 200K+ developers
Error
PLAIN TEXT
BASE64
// output

Más Herramientas para Desarrolladores

Generador Hash
MD5/SHA-256
Generador HMAC
HMAC-SHA256
Decodificador JWT
Inspeccionar token
URL Encoder
Codificar URL
Cifrado AES
AES-256
Cifrado RSA
RSA-OAEP
Formateador JSON
Formatear & validar
Regex
Probar en vivo

Por Qué Este es el Mejor Codificador & Decodificador Base64

Codificar Texto a Base64

Convert any plain text string to its Base64 representation instantly. Useful for embedding data in JSON, HTML, or API payloads.

Decodificar Base64 a Texto

Paste any Base64-encoded string and decode it back to human-readable text with one click.

Soporte UTF-8

Correctly handles Unicode and UTF-8 characters including emojis, Chinese, Arabic, and other non-ASCII text.

Codificación de Archivos

Upload a file and encode it as Base64 — useful for embedding images or documents in data URIs or API calls.

Preguntas Frecuentes

¿Qué es la codificación Base64?

Base64 is an encoding scheme that converts binary or text data into a string of ASCII characters. It is commonly used in emails, JWTs, data URIs, and API authentication.

¿Base64 es lo mismo que cifrado?

No. Base64 is encoding, not encryption. Anyone can decode a Base64 string without a key. Do not use it to secure sensitive data.

¿Por qué se usa Base64 en tokens JWT?

JWTs use Base64url encoding (a URL-safe variant of Base64) to encode the header and payload, making them compact and safe to transmit in URLs and HTTP headers.

Guía detallada
Guía Herramientas de Seguridad
Hash, HMAC, AES, RSA & JWT
Leer la guía