| Convert 15 from decimalHow to convert number 15 from decimal to binary, octal, hexadecimal? | |
| Decimal to:  
				binary  
				octal  
				hexadecimal | 
| 
 | ||
| 
 | ||
| 
 | ||
| Decimal to Binary | 
| Convert number decimal 1510 to binary: 1510 = 11112 | 
| Divided by 2 | Quotient | Remainder | Bit # | 
| 15/2 | 7 | 1 | 0 | 
| 7/2 | 3 | 1 | 1 | 
| 3/2 | 1 | 1 | 2 | 
| 1/2 | 0 | 1 | 3 | 
| Decimal to OctalConvert 1510 to octal:1510 = 178 | 
| Divided by 8 | Quotient | Remainder | Bit # | 
| 15/8 | 1 | 7 | 0 | 
| 1/8 | 0 | 1 | 1 | 
| Decimal to HexadecimalConvert 1510 to hexadecimal:1510 = F16 | 
| Divided by 8 | Quotient | Remainder (decimal) | Remainder (hexa) | Bit # | 
| 15/16 | 0 | 15 | F | 0 | 
| Convert other numbers: | 
| 10 11 12 13 14 15 16 17 18 19 20 |