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. For related number conversions, check the Decimal to Octal Converter or the IP to Hex Converter.
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.