Binary is represented by a base 2 number and octal by a base 8 number. The cube of a binary number is called an octal number. To convert a binary to its equivalent octal number, the given binary number is divided into groups, each set of numbers should contain three binary bits, and then each group is converted to its equivalent octal number. . The following example lets you understand that octal conversion to binary 。 Example: Binary number (111110011001)2 Convert to its equivalent octal Equivalent
|
Powered by TorCMS (https://github.com/bukun/TorCMS).