| Convert 23 from decimalHow to convert number 23 from decimal to binary, octal, hexadecimal? | |
| Decimal to:  
				binary  
				octal  
				hexadecimal | 
| 
 | ||
| 
 | ||
| 
 | ||
| Decimal to Binary | 
| Convert number decimal 2310 to binary: 2310 = 101112 | 
| Divided by 2 | Quotient | Remainder | Bit # | 
| 23/2 | 11 | 1 | 0 | 
| 11/2 | 5 | 1 | 1 | 
| 5/2 | 2 | 1 | 2 | 
| 2/2 | 1 | 0 | 3 | 
| 1/2 | 0 | 1 | 4 | 
| Decimal to OctalConvert 2310 to octal:2310 = 278 | 
| Divided by 8 | Quotient | Remainder | Bit # | 
| 23/8 | 2 | 7 | 0 | 
| 2/8 | 0 | 2 | 1 | 
| Decimal to HexadecimalConvert 2310 to hexadecimal:2310 = 1716 | 
| Divided by 8 | Quotient | Remainder (decimal) | Remainder (hexa) | Bit # | 
| 23/16 | 1 | 7 | 7 | 0 | 
| 1/16 | 0 | 1 | 1 | 1 | 
| Convert other numbers: | 
| 18 19 20 21 22 23 24 25 26 27 28 |