| Convert 14 from decimalHow to convert number 14 from decimal to binary, octal, hexadecimal? | |
| Decimal to:  
				binary  
				octal  
				hexadecimal | 
| 
 | ||
| 
 | ||
| 
 | ||
| Decimal to Binary | 
| Convert number decimal 1410 to binary: 1410 = 11102 | 
| Divided by 2 | Quotient | Remainder | Bit # | 
| 14/2 | 7 | 0 | 0 | 
| 7/2 | 3 | 1 | 1 | 
| 3/2 | 1 | 1 | 2 | 
| 1/2 | 0 | 1 | 3 | 
| Decimal to OctalConvert 1410 to octal:1410 = 168 | 
| Divided by 8 | Quotient | Remainder | Bit # | 
| 14/8 | 1 | 6 | 0 | 
| 1/8 | 0 | 1 | 1 | 
| Decimal to HexadecimalConvert 1410 to hexadecimal:1410 = E16 | 
| Divided by 8 | Quotient | Remainder (decimal) | Remainder (hexa) | Bit # | 
| 14/16 | 0 | 14 | E | 0 | 
| Convert other numbers: | 
| 9 10 11 12 13 14 15 16 17 18 19 |