| Convert 1010000 from binaryHow to convert number 1010000 from binary to decimal, octal, hexadecimal? | |
| Binary to:  
				decimal  
				octal  
				hexadecimal | 
| 
 | ||
| 
 | ||
| 
 | ||
| Binary to DecimalConvert 10100002 to decimal:10100002 = 8010 | 
| binary | 1 | 0 | 1 | 0 | 0 | 0 | 0 | step 0 | 
| decimal | (1*26) + | (0*25) + | (1*24) + | (0*23) + | (0*22) + | (0*21) + | (0*20) | step 1 | 
| decimal 80 = | 64 + | 0 + | 16 + | 0 + | 0 + | 0 + | 0 | step 2 | 
| Binary to OctalConvert 10100002 to octal:10100002 = 1 010 000 = 1208 | 
| binary 1010000 1 010 000 | 1 | 010 | 000 | step 0 | 
| octal 120 | 1 | 2 | 0 | step 1 | 
| Binary to HexadecimalConvert 10100002 to hexadecimal:10100002 = 101 0000 = 5016 | 
| binary 1010000 | 101 | 0000 | step 0 | 
| hexadecimal 50 | 5 | 0 | step 1 | 
| Convert other numbers: | 
| 1001011 1001100 1001101 1001110 1001111 1010000 1010001 1010010 1010011 1010100 1010101 |