| Convert 13 from decimalHow to convert number 13 from decimal to binary, octal, hexadecimal? | |
| Decimal to:  
				binary  
				octal  
				hexadecimal | 
| 
 | ||
| 
 | ||
| 
 | ||
| Decimal to Binary | 
| Convert number decimal 1310 to binary: 1310 = 11012 | 
| Divided by 2 | Quotient | Remainder | Bit # | 
| 13/2 | 6 | 1 | 0 | 
| 6/2 | 3 | 0 | 1 | 
| 3/2 | 1 | 1 | 2 | 
| 1/2 | 0 | 1 | 3 | 
| Decimal to OctalConvert 1310 to octal:1310 = 158 | 
| Divided by 8 | Quotient | Remainder | Bit # | 
| 13/8 | 1 | 5 | 0 | 
| 1/8 | 0 | 1 | 1 | 
| Decimal to HexadecimalConvert 1310 to hexadecimal:1310 = D16 | 
| Divided by 8 | Quotient | Remainder (decimal) | Remainder (hexa) | Bit # | 
| 13/16 | 0 | 13 | D | 0 | 
| Convert other numbers: | 
| 8 9 10 11 12 13 14 15 16 17 18 |