| Convert 27 from decimalHow to convert number 27 from decimal to binary, octal, hexadecimal? | |
| Decimal to:  
				binary  
				octal  
				hexadecimal | 
| 
 | ||
| 
 | ||
| 
 | ||
| Decimal to Binary | 
| Convert number decimal 2710 to binary: 2710 = 110112 | 
| Divided by 2 | Quotient | Remainder | Bit # | 
| 27/2 | 13 | 1 | 0 | 
| 13/2 | 6 | 1 | 1 | 
| 6/2 | 3 | 0 | 2 | 
| 3/2 | 1 | 1 | 3 | 
| 1/2 | 0 | 1 | 4 | 
| Decimal to OctalConvert 2710 to octal:2710 = 338 | 
| Divided by 8 | Quotient | Remainder | Bit # | 
| 27/8 | 3 | 3 | 0 | 
| 3/8 | 0 | 3 | 1 | 
| Decimal to HexadecimalConvert 2710 to hexadecimal:2710 = 1B16 | 
| Divided by 8 | Quotient | Remainder (decimal) | Remainder (hexa) | Bit # | 
| 27/16 | 1 | 11 | B | 0 | 
| 1/16 | 0 | 1 | 1 | 1 | 
| Convert other numbers: | 
| 22 23 24 25 26 27 28 29 30 31 32 |