hex2dec.com

FFFFFFFF Hex to Decimal

FFFFFFFF hexadecimal = 4294967295 decimal.

Hexadecimal
FFFFFFFF
Decimal
4294967295
Binary
11111111111111111111111111111111
Octal
37777777777

Calculation

F(15) × 16^7 + F(15) × 16^6 + F(15) × 16^5 + F(15) × 16^4 + F(15) × 16^3 + F(15) × 16^2 + F(15) × 16^1 + F(15) × 16^0 = 4294967295

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

Alternative Input Forms

FFFFFFFF, 0xFFFFFFFF, and FFFFFFFFh are alternative notations for the same hexadecimal value.

Signed Interpretation

As an unsigned value, FFFFFFFF is 4294967295. Interpreted as a 32-bit two's-complement value, it is -1. Signed interpretation depends on the chosen bit width.

Related Questions

  • What is 0xFFFFFFFF in decimal? 4294967295.
  • What is FFFFFFFFH in decimal? 4294967295.
  • What is FFFFFFFF in binary? 11111111111111111111111111111111.