Binary Calculator

Perform bitwise AND, OR, XOR, NOT operations and left/right bit shifts with visu...

SecureFastFree
Input A15 · 0xF
0
0
0
0
1
1
1
1
Input B240 · 0xF0
1
1
1
1
0
0
0
0
Result
0000 0000
0
0
0
0
0
0
0
0
Dec: 0Hex: 0x00Bits: 0/8
AND (&)
0&0=0 0&1=0
1&0=0 1&1=1
OR (|)
0|0=0 0|1=1
1|0=1 1|1=1
XOR (^)
0^0=0 0^1=1
1^0=1 1^1=0
NOT (~)
~0=1 ~1=0
Flips all bits
Left Shift (<<)
0001<<1=0010
0011<<2=1100
Right Shift (>>)
1000>>1=0100
1100>>2=0011
SSL Secured
256-bit Encryption
Cloud Processing
Mobile Friendly
Need a tool? Ask us!