answersLogoWhite

0


Best Answer

01012 = 58

10002 = 108

10102 = 128

11112 = 178

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Example of binary to octal conversion?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you convert octal to binary with 2 decimal nos?

The conversion of octal number to binary can be obtained by using two methods. First, it can be converted into decimal and then obtained decimal is converted into binary. In the second method


Explain with example procedure to convert octal to binary number?

Convert each "digit" of the octal into a triplet of binary digits, according to the following rule: Octal Binary 0 000 1 001 2 010 3 011 4 100 5 101 6 110 7 111 So, for example, octal 53 = binary 101 011 [= decimal 43]


Convert the hexadecimal number ABCDEF to octal and binary?

Octal = 52746757 Binary = 101010111100110111101111


How do you convert 1470 octal to binary?

1470 octal = 001 100 111 000 binary


How do you subtract a combination of binary octal and a hexadicemal?

You must first convert them to a common base. For example, convert all to binary.


Convert the decimal numbers 1987 to binary then to octal?

In binary this number is equivalent to 11111000011 while in octal it is 3703


Why should one study octal and Hexadecimal systems when the digital machine understands only binary system?

Octal and hexadecimal numbers are useful for humans as they compactly represent binary numbers:each octal digit represents exactly 3 binary digitseach hexadecimal number represents exactly 4 binary digitsFor example, instead of trying to read (and remember) the binary number 100111001001 it can be represented as hexadecimal 0x09c9 or octal 04711 which are easier to read (and remember) for humans.


Change from Binary number 110101001 to octal?

110101001 = 651 octal


What is the binary equivalent of the octal number 76?

Octal 76 = 111110


Convert the hexadecimal number 221122 into binary octal and decimal?

221122: Binary = 1000100001000100100010 Octal = 10410442 Decimal = 2232610


Convert binary to octal?

To convert a binary number of an octal number, group each set of three bits into a group, starting from the right. Then, convert each group into its decimal equivalent. A 1 in the leftmost bit is a 4, a one in the middle bit is a 2, and a one in the right bit is a 1. For example, 101 is 4+0+1, or 5. Grouping should be as follows:Binary: 0011010011010110Grouped: 0 011 010 011 010 110Octal: 032326You may also find programs that will perform this conversion for you. Windows Calculator can perform this translation for you when using the advanced mode that shows binary/hex/octal options.


Convert octal number 889 to binary?

Don't. 889 is not an octal number.