| Convert 26 from decimalHow to convert number 26 from decimal to binary, octal, hexadecimal? | |
| Decimal to:  
				binary  
				octal  
				hexadecimal | 
| 
 | ||
| 
 | ||
| 
 | ||
| Decimal to Binary | 
| Convert number decimal 2610 to binary: 2610 = 110102 | 
| Divided by 2 | Quotient | Remainder | Bit # | 
| 26/2 | 13 | 0 | 0 | 
| 13/2 | 6 | 1 | 1 | 
| 6/2 | 3 | 0 | 2 | 
| 3/2 | 1 | 1 | 3 | 
| 1/2 | 0 | 1 | 4 | 
| Decimal to OctalConvert 2610 to octal:2610 = 328 | 
| Divided by 8 | Quotient | Remainder | Bit # | 
| 26/8 | 3 | 2 | 0 | 
| 3/8 | 0 | 3 | 1 | 
| Decimal to HexadecimalConvert 2610 to hexadecimal:2610 = 1A16 | 
| Divided by 8 | Quotient | Remainder (decimal) | Remainder (hexa) | Bit # | 
| 26/16 | 1 | 10 | A | 0 | 
| 1/16 | 0 | 1 | 1 | 1 | 
| Convert other numbers: | 
| 21 22 23 24 25 26 27 28 29 30 31 |