Base64 to Binary
Decode Base64 into space-separated 8-bit byte strings.
Enter or Upload
Input your text or upload a file
Choose Action
Encode, decode or view information
View Results
See output and extra details
Input (Binary)
101010 111100 110101 ...
Split into 6-bit
101010 111100 110101 ...
Convert to Index
42 60 53 ...
Base64 Characters
q 8 1 ...
100% Private & Secure
All processing happens in your browser. No data is sent to any server.
Decode Base64 into space-separated 8-bit bytes for bit-level inspection or teaching purposes.
Showing students exactly which bits make up an encoded payload, or checking the bit pattern of small binary files.
Need another byte view? Compare with Base64 to Hexadecimal or Base64 to Binary.
Are the bytes padded?
Yes — every byte appears as 8 binary digits.