| Convert 180 from decimalHow to convert number 180 from decimal to binary, octal, hexadecimal? | |
| Decimal to:  
				binary  
				octal  
				hexadecimal | 
| 
 | ||
| 
 | ||
| 
 | ||
| Decimal to Binary | 
| Convert number decimal 18010 to binary: 18010 = 101101002 | 
| Divided by 2 | Quotient | Remainder | Bit # | 
| 180/2 | 90 | 0 | 0 | 
| 90/2 | 45 | 0 | 1 | 
| 45/2 | 22 | 1 | 2 | 
| 22/2 | 11 | 0 | 3 | 
| 11/2 | 5 | 1 | 4 | 
| 5/2 | 2 | 1 | 5 | 
| 2/2 | 1 | 0 | 6 | 
| 1/2 | 0 | 1 | 7 | 
| Decimal to OctalConvert 18010 to octal:18010 = 2648 | 
| Divided by 8 | Quotient | Remainder | Bit # | 
| 180/8 | 22 | 4 | 0 | 
| 22/8 | 2 | 6 | 1 | 
| 2/8 | 0 | 2 | 2 | 
| Decimal to HexadecimalConvert 18010 to hexadecimal:18010 = B416 | 
| Divided by 8 | Quotient | Remainder (decimal) | Remainder (hexa) | Bit # | 
| 180/16 | 11 | 4 | 4 | 0 | 
| 11/16 | 0 | 11 | B | 1 | 
| Convert other numbers: | 
| 175 176 177 178 179 180 181 182 183 184 185 |