hex2dec.com

400 Hex to Decimal

400 hexadecimal = 1024 decimal.

Hexadecimal
400
Decimal
1024
Binary
10000000000
Octal
2000

Calculation

4(4) × 16^2 + 0(0) × 16^1 + 0(0) × 16^0 = 1024

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

Alternative Input Forms

400, 0x400, and 400h are alternative notations for the same hexadecimal value.

Signed Interpretation

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

Related Questions

  • What is 0x400 in decimal? 1024.
  • What is 400H in decimal? 1024.
  • What is 400 in binary? 10000000000.