Hamming Weight Calculator
Enter a number and select its base.
Result
How to use
- Enter your values in the fields above.
- Press Calculate to see your result instantly.
- Use the Share button to copy a link to your result.
About this calculator
The Hamming weight of a number — also called its population count or popcount — is simply the count of 1-bits in its binary representation. For example, the decimal number 13 is 1101 in binary, giving it a Hamming weight of 3. This calculator accepts a number in decimal, hexadecimal, or binary and counts its set bits directly.
Popcount is a workhorse operation in computer science and digital electronics: it measures the “distance” between two binary codes in error-detecting and error-correcting codes (the Hamming distance between two values is the popcount of their XOR), it underlies bit-manipulation tricks in cryptography and hashing, and it appears in digital signal processing and chess-engine bitboards, where CPUs even provide a dedicated POPCNT instruction because the operation is so common.
Was this helpful?
Popular calculators
Loan Calculator
Monthly payment, total interest and full amortization schedule.
Percentage Calculator
Percent change, percent of, and ratio calculations.
Discount Calculator
Calculate final price, savings, and discount amount.
BMI Calculator
Body mass index from height and weight (metric or imperial).
Age Calculator
Compute your exact age in years, months and days from a birth date.
Compound Interest Calculator
Calculate the final amount and interest earned with compounding.
All Calculators
No calculators found
Comments (0)