AND Calculator
Calculate bitwise AND across binary, decimal, or hexadecimal numbers with auto-detection.
AND Calculator
Compute bitwise AND across two or more values entered one per line. The tool auto-detects binary, decimal, or hexadecimal format and returns the AND result in the detected base.
Useful for subnet masks, flags, permissions, and low-level debugging where multiple numeric
values must be combined with the & operator.
Frequently Asked Questions
Which input formats are supported?
Binary (for example 110011), decimal (for example 123), and hexadecimal
(for example 0x1F or 1F).
Can I mix binary and decimal in one calculation?
No. Keep all lines in the same number format for predictable results.
Related tools
Your recent visits