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.
Encode octal byte values into Base64. The tool reads three-digit octal groups such as 110 145 154, converts each group to one byte, then Base64-encodes the byte stream.
Each byte must be written as exactly three octal digits, for example 110 145 154. Values above 377 are outside the byte range.
Yes. Spaces, commas, underscores, colons, and semicolons are treated as separators before decoding.
Only 0..7. Any other character causes a parse error.
Yes. Leading zeros are expected for byte values below 100 octal, such as 012 or 041.