answersLogoWhite

0

Starting from the right hand end, take the digits in groups of 3 and convert each group to its octal equivalent (which for this task will always be the same as decimal). eg 110 is octal 6

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

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


Convert the decimal numbers 1987 to binary then to octal?

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


Convert octal number 889 to binary?

Don't. 889 is not an octal number.


Convert binary numbers to octal numbers 1111111010?

1111111010 = octal 1772


Convert the hexadecimal number 221122 into binary octal and decimal?

221122: Binary = 1000100001000100100010 Octal = 10410442 Decimal = 2232610


Convert 271410 to binary via octal?

10111001100001000


How do you convert a binary number 101111111 to octal?

fdfd


Convert the binary number 1011100.1000101 to octal?

134.105


How do you convert binary 1101001111011 to octal in steps?

15173


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.


How you can convert 128 of octal in binary by direct method?

128 is not a valid octal number. Please restate the question.


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]


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


Convert 11011001 to decimal?

The answer depends on what you are converting from: binary, ternary, octal, hexadecimal ...


Draw a flow chart to convert a binary number to its octal equvalent?

gbgb


Why are these octal codes used instead of decimal system?

Octal codes are often used to write the numerical value of a binary number because it is easier to convert from binary to octal, instead of binary to decimal. You can convert to octal on sight, and it simply requires grouping the binary bits into groups of three, whereas converting to decimal requires repeated division by 10102 or 1010. Actually, grouping into three bits is the same as dividing by 1002 or 810 so the process is really the same. Divide by 8 to get octal. Divide by 10 to get decimal.


Convert 110001100 into its decimal numbers?

The answer depends on what you are converting from: binary, ternary, octal, hexadecimal ...


How do you convert a octal to its binary number?

Convert every octal digit into three binary digit: 0->000 1->001 2->010 3->011 4->100 5->101 6->110 7->111


Convert binary octal 864BF into hexadecimal?

Okay, I'm pretty sure that 864 binary is 30 hexadecimal. - RG