| Convert 80 from decimalHow to convert number 80 from decimal to binary, octal, hexadecimal? | |
| Decimal to:  
				binary  
				octal  
				hexadecimal | 
| 
 | ||
| 
 | ||
| 
 | ||
| Decimal to Binary | 
| Convert number decimal 8010 to binary: 8010 = 10100002 | 
| Divided by 2 | Quotient | Remainder | Bit # | 
| 80/2 | 40 | 0 | 0 | 
| 40/2 | 20 | 0 | 1 | 
| 20/2 | 10 | 0 | 2 | 
| 10/2 | 5 | 0 | 3 | 
| 5/2 | 2 | 1 | 4 | 
| 2/2 | 1 | 0 | 5 | 
| 1/2 | 0 | 1 | 6 | 
| Decimal to OctalConvert 8010 to octal:8010 = 1208 | 
| Divided by 8 | Quotient | Remainder | Bit # | 
| 80/8 | 10 | 0 | 0 | 
| 10/8 | 1 | 2 | 1 | 
| 1/8 | 0 | 1 | 2 | 
| Decimal to HexadecimalConvert 8010 to hexadecimal:8010 = 5016 | 
| Divided by 8 | Quotient | Remainder (decimal) | Remainder (hexa) | Bit # | 
| 80/16 | 5 | 0 | 0 | |
| 5/16 | 0 | 5 | 5 | 1 | 
| Convert other numbers: | 
| 75 76 77 78 79 80 81 82 83 84 85 |