HOME
/
DSA
/
Bit Manipulation
🌙 Dark
Explore bitwise operations at the binary level - 8-bit visualization
Speed:
💾
Select an operation to begin
Input Values
Number 1 (0-255)
Number 2 / Shift Amount
Bit Position (0-7)
Bitwise Operations
AND (&)
OR (|)
XOR (^)
NOT (~)
Shift Operations
Left (<<)
Right (>>)
Bit Operations
Set Bit
Clear Bit
Toggle Bit
Check Bit
Utilities
Count Set Bits
Is Power of 2?
Related Algorithms