| Convert 9 from decimalHow to convert number 9 from decimal to binary, octal, hexadecimal? | |
| Decimal to:  
				binary  
				octal  
				hexadecimal | 
| 
 | ||
| 
 | ||
| 
 | ||
| Decimal to Binary | 
| Convert number decimal 910 to binary: 910 = 10012 | 
| Divided by 2 | Quotient | Remainder | Bit # | 
| 9/2 | 4 | 1 | 0 | 
| 4/2 | 2 | 0 | 1 | 
| 2/2 | 1 | 0 | 2 | 
| 1/2 | 0 | 1 | 3 | 
| Decimal to OctalConvert 910 to octal:910 = 118 | 
| Divided by 8 | Quotient | Remainder | Bit # | 
| 9/8 | 1 | 1 | 0 | 
| 1/8 | 0 | 1 | 1 | 
| Decimal to HexadecimalConvert 910 to hexadecimal:910 = 916 | 
| Divided by 8 | Quotient | Remainder (decimal) | Remainder (hexa) | Bit # | 
| 9/16 | 0 | 9 | 9 | 0 | 
| Convert other numbers: | 
| 4 5 6 7 8 9 10 11 12 13 14 |