Paste a Base64 string and decode it to plain readable text. Choose from UTF-8, ASCII, or Latin-1 character encoding. All processing happens in your browser.
Base64 encoding represents binary data using 64 printable ASCII characters. When you decode a Base64 string, each group of 4 Base64 characters is converted back to 3 bytes of binary data, which is then interpreted as text using the selected character encoding.
UTF-8 is the most common encoding for modern web content and supports all Unicode characters. ASCII covers the basic English alphabet and symbols (0-127), while Latin-1 (ISO-8859-1) extends ASCII with Western European characters.
Base64 to Text specifically decodes Base64 into readable text with character encoding options. The general Base64 decoder handles both text and binary data, while this tool focuses on producing clean, readable text output.
Use UTF-8 in most cases — it's the standard encoding for web content and supports all languages. Use ASCII for legacy systems, or Latin-1 for Western European text from older databases.
The text was likely encoded using a different character encoding than the one selected. Try switching between UTF-8, ASCII, and Latin-1 to find the correct encoding.
Codifica o decodifica cadenas Base64 directamente en tu navegador
Convierte texto a Base64 o decodifica Base64 a texto plano
Convierte imágenes a cadenas codificadas Base64
Decodifica cadenas Base64 a imágenes visibles
Codifica cualquier archivo a una cadena Base64
Decode any Base64 string back to its original file
Decodifica cadenas Base64 a documentos PDF
Decodifica e inspecciona tokens JWT
Codifica o decodifica URLs con codificación porcentual
Convierte caracteres especiales a entidades HTML y viceversa
Convierte entre formatos hexadecimal y Base64
Check if a string is valid Base64 encoding
Decode Base64 and pretty-print as formatted JSON
Generate Base64 data URIs from text or files
Convert Base64 strings to hexadecimal and back
Convert SVG to data URIs for CSS and HTML
Encode text to UTF-8 bytes or decode bytes to text