| Convert 1100 from binaryHow to convert number 1100 from binary to decimal, octal, hexadecimal? | |
| Binary to:  
				decimal  
				octal  
				hexadecimal | 
| 
 | ||
| 
 | ||
| 
 | ||
| Binary to DecimalConvert 11002 to decimal:11002 = 1210 | 
| binary | 1 | 1 | 0 | 0 | step 0 | 
| decimal | (1*23) + | (1*22) + | (0*21) + | (0*20) | step 1 | 
| decimal 12 = | 8 + | 4 + | 0 + | 0 | step 2 | 
| Binary to OctalConvert 11002 to octal:11002 = 1 100 = 148 | 
| binary 1100 1 100 | 1 | 100 | step 0 | 
| octal 14 | 1 | 4 | step 1 | 
| Binary to HexadecimalConvert 11002 to hexadecimal:11002 = 1100 = C16 | 
| binary 1100 | 1100 | step 0 | 
| hexadecimal C | C | step 1 | 
| Convert other numbers: | 
| 111 1000 1001 1010 1011 1100 1101 1110 1111 10000 10001 |