Binary to octal 11010110 2
Answers
Answered by
0
Explanation:
(11010110)2 = (326)8
Step by step solution
Step 1: Write down the binary number
(011010110)2
Group all the digits in sets of three starting from the LSB (far right). Add zeros to the left of the last digit if there aren't enough digits to make a set of three.
011 010 110
Step 2: Use the table below to convert each set of three into an octal digit. In this case,
011=3, 010=2, 110=6.
So, the number 326 is the octal equivalent to 11010110 in binary.
Similar questions