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 a list of byte values. Each output number is the decimal byte at that position, ready for byte-level inspection.
Inspecting binary frames byte by byte, debugging encoded buffers, or translating Base64 into spec-style decimal listings.
Need another byte view? Compare with Base64 to Hexadecimal or Base64 to Binary.
Why decimal and not hex?
Decimal codes match the format used in many specs and tutorials. Use Base64 to Hex for hex output.