Skip to content

BEEF in Decimal

Hexadecimal BEEF equals 48879 in decimal.

BEEF in all number bases

Decimal48879
Hexadecimal0xBEEF
Binary1011 1110 1110 1111
Octal137357

How beef converts from hexadecimal to decimal

Multiply each digit by 16 raised to its position (starting at 0 from the right), then add the results:

B× 163 = 11 × 4096 = 45056
E× 162 = 14 × 256 = 3584
E× 161 = 14 × 16 = 224
F× 160 = 15 × 1 = 15

Sum: 48879