| Convert 6 from decimalHow to convert number 6 from decimal to binary, octal, hexadecimal? | |
| Decimal to:  
				binary  
				octal  
				hexadecimal | 
| 
 | ||
| 
 | ||
| 
 | ||
| Decimal to Binary | 
| Convert number decimal 610 to binary: 610 = 1102 | 
| Divided by 2 | Quotient | Remainder | Bit # | 
| 6/2 | 3 | 0 | 0 | 
| 3/2 | 1 | 1 | 1 | 
| 1/2 | 0 | 1 | 2 | 
| Decimal to OctalConvert 610 to octal:610 = 68 | 
| Divided by 8 | Quotient | Remainder | Bit # | 
| 6/8 | 0 | 6 | 0 | 
| Decimal to HexadecimalConvert 610 to hexadecimal:610 = 616 | 
| Divided by 8 | Quotient | Remainder (decimal) | Remainder (hexa) | Bit # | 
| 6/16 | 0 | 6 | 6 | 0 | 
| Convert other numbers: | 
| 1 2 3 4 5 6 7 8 9 10 11 |