| Convert 22 from decimalHow to convert number 22 from decimal to binary, octal, hexadecimal? | |
| Decimal to:  
				binary  
				octal  
				hexadecimal | 
| 
 | ||
| 
 | ||
| 
 | ||
| Decimal to Binary | 
| Convert number decimal 2210 to binary: 2210 = 101102 | 
| Divided by 2 | Quotient | Remainder | Bit # | 
| 22/2 | 11 | 0 | 0 | 
| 11/2 | 5 | 1 | 1 | 
| 5/2 | 2 | 1 | 2 | 
| 2/2 | 1 | 0 | 3 | 
| 1/2 | 0 | 1 | 4 | 
| Decimal to OctalConvert 2210 to octal:2210 = 268 | 
| Divided by 8 | Quotient | Remainder | Bit # | 
| 22/8 | 2 | 6 | 0 | 
| 2/8 | 0 | 2 | 1 | 
| Decimal to HexadecimalConvert 2210 to hexadecimal:2210 = 1616 | 
| Divided by 8 | Quotient | Remainder (decimal) | Remainder (hexa) | Bit # | 
| 22/16 | 1 | 6 | 6 | 0 | 
| 1/16 | 0 | 1 | 1 | 1 | 
| Convert other numbers: | 
| 17 18 19 20 21 22 23 24 25 26 27 |