answersLogoWhite

0

To convert any number in any base to another base, simply iteratively divide by that other base, using the rules for arithmetic in the first base, writing down the remainders in reverse order, until the rounded down quotient is zero. In the example of converting 37 to binary, we can...

37/2 = 18 remainder 1

18/2 = 9 remainder 0

9/2 = 4 remainder 1

4/2 = 2 remainder 0

2/2 = 1 remainder 0

1/2 = 0 remainder 1

... so 3710 = 1001012.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is the binary code for 37?

Decimal 37 expressed in binary form is 100101 (or 00100101).


How do you convert binary code to text code and text to binary?

You can are ASCII-tabellen. For converting binary to text


When converting binary tree into extended binary tree all the original nodes in binary tree are?

will remain same


What is 37 in binary?

100101


What is 37 into binary form?

100101


What is the answer to converting 125 binary back to a decimal?

That question is defective, and it has no answer.' 125 ' is not a binary number.A binary number never has a digit bigger than ' 1 ' in it.


What is binary of -37 using sign and magnitude representation?

In sign and magnitude representation, the first bit is used for the sign (0 for positive and 1 for negative). The magnitude of 37 in binary is 100101. To represent -37, we set the sign bit to 1, resulting in 1 100101. Thus, the binary representation of -37 in sign and magnitude is 1100101.


What is the answer when 0.512 is converting to binary?

Oh honey, buckle up because we're going on a wild ride to convert 0.512 to binary. The answer is 0.100000111101011100001010001111010111000010100011110101110000101000111101011100001010001111010111000010100011110101110000101000111101011100001010001111010111000010100011110101110000101000111101011100001010001111010111000010100011110101110000101000111101011100001010001111010111000010100011110000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000


Convert 11011001 to decimal?

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


When converting 0.37 to a fraction the denominator will be 1000?

No. 037 = 37 = 37/1


Binary representation of 0xCA?

The hexadecimal value 0xCA can be converted to binary by converting each hex digit to its 4-bit binary equivalent. The hex digit 'C' corresponds to the binary 1100, and 'A' corresponds to 1010. Therefore, the binary representation of 0xCA is 11001010.


Convert 110001100 into its decimal numbers?

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