Base64 to Binary Converter
Paste a Base64 string and instantly see the decoded bytes displayed as 8-bit binary groups.
Base64 Input
0
Input chars
0
Decoded bytes
0
Total bits
Binary Output
Enter a Base64 string and click Decode
Showing first 512 bytes. Full byte count shown in stats.
| # | Binary (8 bits) | Hex | Dec | Char |
|---|
Copied!
Summary
Paste a Base64 string and instantly see the decoded bytes displayed as 8-bit binary groups.
How it works
- Paste or type a Base64 string into the input field.
- The tool decodes the string using the standard Base64 alphabet (A-Z, a-z, 0-9, +, /).
- Each decoded byte is converted to its 8-bit binary representation.
- Results display the binary bits, hex value, decimal value, and printable character for every byte.
- Use the Copy button to copy the full binary output to your clipboard.
Use cases
- Inspect the raw byte content of Base64-encoded data.
- Understand how text characters map to binary at the bit level.
- Debug Base64-encoded tokens, images, or file attachments.
- Learn binary and hexadecimal representations in a hands-on way.
- Verify encoded data integrity by examining individual byte values.
- Explore how multi-byte UTF-8 characters are stored in binary.
Frequently Asked Questions
Last updated: 2026-06-13 ·
Reviewed by Nham Vu