| Convert 85 from decimalHow to convert number 85 from decimal to binary, octal, hexadecimal? | |
| Decimal to:  
				binary  
				octal  
				hexadecimal | 
| 
 | ||
| 
 | ||
| 
 | ||
| Decimal to Binary | 
| Convert number decimal 8510 to binary: 8510 = 10101012 | 
| Divided by 2 | Quotient | Remainder | Bit # | 
| 85/2 | 42 | 1 | 0 | 
| 42/2 | 21 | 0 | 1 | 
| 21/2 | 10 | 1 | 2 | 
| 10/2 | 5 | 0 | 3 | 
| 5/2 | 2 | 1 | 4 | 
| 2/2 | 1 | 0 | 5 | 
| 1/2 | 0 | 1 | 6 | 
| Decimal to OctalConvert 8510 to octal:8510 = 1258 | 
| Divided by 8 | Quotient | Remainder | Bit # | 
| 85/8 | 10 | 5 | 0 | 
| 10/8 | 1 | 2 | 1 | 
| 1/8 | 0 | 1 | 2 | 
| Decimal to HexadecimalConvert 8510 to hexadecimal:8510 = 5516 | 
| Divided by 8 | Quotient | Remainder (decimal) | Remainder (hexa) | Bit # | 
| 85/16 | 5 | 5 | 5 | 0 | 
| 5/16 | 0 | 5 | 5 | 1 | 
| Convert other numbers: | 
| 80 81 82 83 84 85 86 87 88 89 90 |