Convert binary (base-2) numbers to octal (base-8). Groups of 3 binary digits map to a single octal digit.
Convert binary (base-2) numbers to octal (base-8). Groups of 3 binary digits map to a single octal digit.
Enter a binary number using only 0s and 1s.
Binary digits are grouped into sets of three (from right), and each group is converted to its octal equivalent.
How this calculator works
Binary digits are grouped into sets of three (from right), and each group is converted to its octal equivalent.
Common questions about this calculator