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.
Need another byte view? Compare with Base64 to Hexadecimal or Base64 to Binary.
Take a list of decimal byte values (0-255), separated by spaces, commas, or semicolons, and encode them as Base64. Useful when assembling binary fixtures from numeric tables in protocol documentation.
Every value must be between 0 and 255 inclusive. Values outside this range raise an error; non-numeric tokens are also rejected.
Spaces, commas, and semicolons all work and can be mixed freely.
Yes — every value must be in the range 0..255 inclusive.
No. This tool reads decimal only. Use Hex to Base64 for hex inputs.
No. Leading zeros are accepted; the parser still treats them as decimal.