How do I convert the following numbers to binary a 11010 b 1
How do I convert the following numbers to binary; a) 11010 b) 1010001 c) 1101011 and d) 10011010?
Solution
Already the number are in binary format.. i think those are need to converted in decimal..
binary to equivalent to decimal
11010 = 26
16+8+2 = 26
1010001 = 81
64 + 16 +1 = 81
1101011 = 107
64 + 32 + 8 + 2 + 1 = 107
10011010 = 154
128 + 16 + 8 +2 = 154
| 1 | 1 | 0 | 1 | 0 |
| 16 | 8 | 4 | 2 | 1 |
