20 Hex to Decimal
20 hexadecimal = 32 decimal.
Hexadecimal
20
Decimal
32
Binary
100000
Octal
40
Calculation
2(2) × 16^1 + 0(0) × 16^0 = 32
Each digit is multiplied by a power of 16, counting from zero at the right.
Alternative Input Forms
20, 0x20, and 20h are alternative notations for the same hexadecimal value.
Signed Interpretation
As an unsigned value, 20 is 32. Interpreted as a 8-bit two's-complement value, it is 32. Signed interpretation depends on the chosen bit width.
Related Questions
- What is 0x20 in decimal? 32.
- What is 20H in decimal? 32.
- What is 20 in binary? 100000.