Skip to content

BEEF in Decimal

Hexadecimal BEEF equals 48879 in decimal.

BEEF in all number bases

Decimal48879
Hexadecimal0xBEEF
Binary1011 1110 1110 1111
Octal137357

Try another value

Edit this value or switch its base. Your changes are calculated in your browser with exact integer arithmetic.

Input base:
Decimal48879
Hex0xBEEF
Binary0b1011111011101111
Octal0o137357

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

This tool runs entirely in your browser - nothing you enter is uploaded or stored.

Want to learn the method behind this tool? Read How to Convert Hexadecimal to Decimal - the full step-by-step guide.