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.
Encodez ou décodez des chaînes Base64 directement dans votre navigateur
Convertissez du texte en Base64 ou décodez Base64 en texte brut
Convertissez des images en chaînes encodées Base64
Décodez des chaînes Base64 en images visibles
Encodez n'importe quel fichier en chaîne Base64
Decode any Base64 string back to its original file
Décodez des chaînes Base64 en documents PDF
Décodez et inspectez les tokens JWT
Encodez ou décodez des URLs avec l'encodage pourcent
Convertissez les caractères spéciaux en entités HTML
Convertissez entre les formats hex et 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