| Convert 10100010 from binaryHow to convert number 10100010 from binary to decimal, octal, hexadecimal? | |
| Binary to:  
				decimal  
				octal  
				hexadecimal | 
| 
 | ||
| 
 | ||
| 
 | ||
| Binary to DecimalConvert 101000102 to decimal:101000102 = 16210 | 
| binary | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | step 0 | 
| decimal | (1*27) + | (0*26) + | (1*25) + | (0*24) + | (0*23) + | (0*22) + | (1*21) + | (0*20) | step 1 | 
| decimal 162 = | 128 + | 0 + | 32 + | 0 + | 0 + | 0 + | 2 + | 0 | step 2 | 
| Binary to OctalConvert 101000102 to octal:101000102 = 10 100 010 = 2428 | 
| binary 10100010 10 100 010 | 10 | 100 | 010 | step 0 | 
| octal 242 | 2 | 4 | 2 | step 1 | 
| Binary to HexadecimalConvert 101000102 to hexadecimal:101000102 = 1010 0010 = A216 | 
| binary 10100010 | 1010 | 0010 | step 0 | 
| hexadecimal A2 | A | 2 | step 1 | 
| Convert other numbers: | 
| 10011101 10011110 10011111 10100000 10100001 10100010 10100011 10100100 10100101 10100110 10100111 |