To convert from any base to another:
For example, to convert 8510 to octal (base 8):
85 / 8 = 10 r 5 (answer so far: 5)
10 / 8 = 1 r 2 (answer so far: 25)
1 / 8 = 0 r 1 (answer so far: 125)
quotient 0, so 8510 = 1258.
To convert 8510 to binary:
85 / 2 = 42 r 1 (answer so far: 1)
42 / 2 = 21 r 0 (answer so far: 01)
21 / 2 = 10 r 1 (answer so far: 101)
10 / 2 = 5 r 0 (answer so far: 0101)
5 / 2 = 2 r 1 (answer so far: 10101)
2 / 2 = 1 r 0 (answer so far: 010101)
1 / 2 = 0 r 1 (answer so far: 1010101)
quotient 0, so 8510 = 10101012.
Chat with our AI personalities
To convert image to binary, you just have to convert image to binary. Hope this helps.
To convert 47.5 into binary, first convert the integer part (47) to binary. 47 in binary is 101111. For the fractional part (0.5), multiply by 2, resulting in 1.0, which indicates that the binary representation of 0.5 is .1. Combining both parts, 47.5 in binary is 101111.1.
An easy way is to convert them to decimal, subtract, then convert the answer back to binary.
5 expressed in binary is 101
11.25 is not a valid binary.