hex2dec.com

7FFF Hex to Decimal

7FFF hexadecimal = 32767 decimal.

Hexadecimal
7FFF
Decimal
32767
Binary
111111111111111
Octal
77777

Calculation

7(7) × 16^3 + F(15) × 16^2 + F(15) × 16^1 + F(15) × 16^0 = 32767

Each digit is multiplied by a power of 16, counting from zero at the right.

Alternative Input Forms

7FFF, 0x7FFF, and 7FFFh are alternative notations for the same hexadecimal value.

Signed Interpretation

As an unsigned value, 7FFF is 32767. Interpreted as a 16-bit two's-complement value, it is 32767. Signed interpretation depends on the chosen bit width.

Related Questions

  • What is 0x7FFF in decimal? 32767.
  • What is 7FFFH in decimal? 32767.
  • What is 7FFF in binary? 111111111111111.