Octal is the base-8 number system. It uses the digits 0 to 7. Binary number is a number expressed in the binary numeral system or base-2 numeral system with numeric values 0 (zero) and 1 (one). Here is the online Octal to Binary calculator.
Octal is the base-8 number system. It uses the digits 0 to 7. Binary number is a number expressed in the binary numeral system or base-2 numeral system with numeric values 0 (zero) and 1 (one). Here is the online Octal to Binary calculator.
Let us consider an example octal number (base 8) say 258 to convert into binary number (base 2)
1) First convert each octal digit to a 3 digit binary number (The octal digits are treated as decimal for conversion)
2) Splitting 258=>258 as 210 and 510 , we get 0101012
3) Now, join all the binary groups into single binary number and the result obtained is 0101012