| Convert 12 from decimalHow to convert number 12 from decimal to binary, octal, hexadecimal? | |
| Decimal to:  
				binary  
				octal  
				hexadecimal | 
| 
 | ||
| 
 | ||
| 
 | ||
| Decimal to Binary | 
| Convert number decimal 1210 to binary: 1210 = 11002 | 
| Divided by 2 | Quotient | Remainder | Bit # | 
| 12/2 | 6 | 0 | 0 | 
| 6/2 | 3 | 0 | 1 | 
| 3/2 | 1 | 1 | 2 | 
| 1/2 | 0 | 1 | 3 | 
| Decimal to OctalConvert 1210 to octal:1210 = 148 | 
| Divided by 8 | Quotient | Remainder | Bit # | 
| 12/8 | 1 | 4 | 0 | 
| 1/8 | 0 | 1 | 1 | 
| Decimal to HexadecimalConvert 1210 to hexadecimal:1210 = C16 | 
| Divided by 8 | Quotient | Remainder (decimal) | Remainder (hexa) | Bit # | 
| 12/16 | 0 | 12 | C | 0 | 
| Convert other numbers: | 
| 7 8 9 10 11 12 13 14 15 16 17 |