hex2dec.com

100 Hex to Decimal

100 hexadecimal = 256 decimal.

Hexadecimal
100
Decimal
256
Binary
100000000
Octal
400

Calculation

1(1) × 16^2 + 0(0) × 16^1 + 0(0) × 16^0 = 256

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

Alternative Input Forms

100, 0x100, and 100h are alternative notations for the same hexadecimal value.

Signed Interpretation

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

Related Questions

  • What is 0x100 in decimal? 256.
  • What is 100H in decimal? 256.
  • What is 100 in binary? 100000000.