hex2dec.com

8000 Hex to Decimal

8000 hexadecimal = 32768 decimal.

Hexadecimal
8000
Decimal
32768
Binary
1000000000000000
Octal
100000

Calculation

8(8) × 16^3 + 0(0) × 16^2 + 0(0) × 16^1 + 0(0) × 16^0 = 32768

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

Alternative Input Forms

8000, 0x8000, and 8000h are alternative notations for the same hexadecimal value.

Signed Interpretation

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

Related Questions

  • What is 0x8000 in decimal? 32768.
  • What is 8000H in decimal? 32768.
  • What is 8000 in binary? 1000000000000000.