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:
Decimal
48879Hex
0xBEEFBinary
0b1011111011101111Octal
0o137357How 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.