| Convert 47 from decimalHow to convert number 47 from decimal to binary, octal, hexadecimal? | |
| Decimal to:  
				binary  
				octal  
				hexadecimal | 
| 
 | ||
| 
 | ||
| 
 | ||
| Decimal to Binary | 
| Convert number decimal 4710 to binary: 4710 = 1011112 | 
| Divided by 2 | Quotient | Remainder | Bit # | 
| 47/2 | 23 | 1 | 0 | 
| 23/2 | 11 | 1 | 1 | 
| 11/2 | 5 | 1 | 2 | 
| 5/2 | 2 | 1 | 3 | 
| 2/2 | 1 | 0 | 4 | 
| 1/2 | 0 | 1 | 5 | 
| Decimal to OctalConvert 4710 to octal:4710 = 578 | 
| Divided by 8 | Quotient | Remainder | Bit # | 
| 47/8 | 5 | 7 | 0 | 
| 5/8 | 0 | 5 | 1 | 
| Decimal to HexadecimalConvert 4710 to hexadecimal:4710 = 2F16 | 
| Divided by 8 | Quotient | Remainder (decimal) | Remainder (hexa) | Bit # | 
| 47/16 | 2 | 15 | F | 0 | 
| 2/16 | 0 | 2 | 2 | 1 | 
| Convert other numbers: | 
| 42 43 44 45 46 47 48 49 50 51 52 |