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