FFFFFFFF in Decimal
Hexadecimal FFFFFFFF equals 4294967295 in decimal.
Hexadecimal → Decimal
FFFFFFFF=4294967295
Open FFFFFFFF in the interactive hexadecimal to decimal converter →Why this number matters: 4294967295 is the maximum unsigned 32-bit value (0xFFFFFFFF), also the IPv4 address 255.255.255.255.
FFFFFFFF in all number bases
Decimal4294967295
Hexadecimal0xFFFFFFFF
Binary1111 1111 1111 1111 1111 1111 1111 1111
Octal37777777777
Try another value
Edit this value or switch its base. Your changes are calculated in your browser with exact integer arithmetic.
Input base:
Decimal
4294967295Hex
0xFFFFFFFFBinary
0b11111111111111111111111111111111Octal
0o37777777777How ffffffff converts from hexadecimal to decimal
Multiply each digit by 16 raised to its position (starting at 0 from the right), then add the results:
F× 167 = 15 × 268435456 = 4026531840
F× 166 = 15 × 16777216 = 251658240
F× 165 = 15 × 1048576 = 15728640
F× 164 = 15 × 65536 = 983040
F× 163 = 15 × 4096 = 61440
F× 162 = 15 × 256 = 3840
F× 161 = 15 × 16 = 240
F× 160 = 15 × 1 = 15
Sum: 4294967295
This tool runs entirely in your browser - nothing you enter is uploaded or stored.