To convert base 16 to base 2 DIRECTLY without base 2, consider that each base 16 digit represents four base 2 bits. Just write down the base 2 equivalent for each base 16 digit.
0 - 0000
1 - 0001
2 - 0010
3 - 0011
4 - 0100
5 - 0101
6 - 0110
7 - 0111
8 - 1000
9 - 1001
A - 1010
B - 1011
C - 1100
D - 1101
E - 1110
F - 1111
Example: 51C3
5 -> 0101
1 -> 0001
C > 1100
3 -> 0011
So 51C3 -> 0101000111000011
(But you should delete the leading 0, hence 101000111000011.)
Chat with our AI personalities
Since 16 is a power of 2, you can directly convert every hexadecimal digits to four binary digits. Look up the equivalent in a table, if you don't know it by heart. Don't forget the zeroes at the left. For example, to convert 3F5(hex), 3 = 0011, F = 1111 and 5 = 0101, so 3F5(hex) = 0011 1111 0101 (binary). In this example you may get rid of the first two zeroes, depending on the application.
110010 base 2 has one 2, one 16 and one 32 32 + 16 + 2 = 50 base 10
calc.exe will do the conversion for you A2(16)=162(10)
It is the number 16.
16 dram equals 59.15mL.