Octal = 52746757 Binary = 101010111100110111101111
Don't. 889 is not an octal number.
221122: Binary = 1000100001000100100010 Octal = 10410442 Decimal = 2232610
fdfd
134.105
In theory, yes.In practice, you would have to change the mechanism from its decimal design to the octal or binary design.
Octal = 52746757 Binary = 101010111100110111101111
You can use the Windows calculator to do the conversions. If you want to learn how to do it yourself:To convert binary to decimal, multiply the right-most digit with 1, the second digit (from the right) with 2, the third with 4, etc.To convert to octal, group the bits from the right to the left, in groups of 3. Convert each group to a decimal digit.
Binary number 1110101 equates to octal number 165.
Don't. 889 is not an octal number.
Octal 76 = 111110
In binary this number is equivalent to 11111000011 while in octal it is 3703
221122: Binary = 1000100001000100100010 Octal = 10410442 Decimal = 2232610
To convert an octal number to binary, each octal digit is converted to a group of three binary digits. In this case, the octal number 13.54 is equivalent to 101.101100 in binary. The whole number part (13) is converted to 101, and the fractional part (.54) is converted to 101100.
The octal equivalent of decimal number 16 is 20. In octal, each digit represents three binary digits, so converting decimal 16 (which is 10000 in binary) into octal gives 20.
fdfd
134.105