Binary Calculator – Arithmetic and Bitwise Operations
Input A
binary
= 10 decimal
Input B
binary
= 6 decimal
Arithmetic
+
−
×
÷
mod
Bitwise
AND
OR
XOR
NOT
<<
>>
Result
Binary
0b
10
Decimal
2
Octal
0o
2
Hexadecimal
0x
2
What can this binary calculator do?
How to add two binary numbers manually?
How do AND, OR, and XOR work bit by bit?
How does NOT work?
How do left shift and right shift work?
What input format is accepted?
Can results be negative?