| Convert 20 from decimalHow to convert number 20 from decimal to binary, octal, hexadecimal? | |
| Decimal to:  
				binary  
				octal  
				hexadecimal | 
| 
 | ||
| 
 | ||
| 
 | ||
| Decimal to Binary | 
| Convert number decimal 2010 to binary: 2010 = 101002 | 
| Divided by 2 | Quotient | Remainder | Bit # | 
| 20/2 | 10 | 0 | 0 | 
| 10/2 | 5 | 0 | 1 | 
| 5/2 | 2 | 1 | 2 | 
| 2/2 | 1 | 0 | 3 | 
| 1/2 | 0 | 1 | 4 | 
| Decimal to OctalConvert 2010 to octal:2010 = 248 | 
| Divided by 8 | Quotient | Remainder | Bit # | 
| 20/8 | 2 | 4 | 0 | 
| 2/8 | 0 | 2 | 1 | 
| Decimal to HexadecimalConvert 2010 to hexadecimal:2010 = 1416 | 
| Divided by 8 | Quotient | Remainder (decimal) | Remainder (hexa) | Bit # | 
| 20/16 | 1 | 4 | 4 | 0 | 
| 1/16 | 0 | 1 | 1 | 1 | 
| Convert other numbers: | 
| 15 16 17 18 19 20 21 22 23 24 25 |