Bitwise & Binary Operations
AND/OR/XOR/NOT, shifts, rotations and bit-mask helpers.
- Binary AND — Binary AND operation
- Binary OR — Binary OR operation
- Binary XOR — Binary XOR operation
- Binary NOT — Binary NOT operation
- Left Shift — Left shift calculator
- Right Shift — Right shift calculator
- Bit Mask Calculator — Bit mask helper
- AND Gate Simulator — Simulate AND gate
- OR Gate Simulator — Simulate OR gate
- NOT Gate Simulator — Simulate NOT gate
- NAND Gate Simulator — Simulate NAND gate
- NOR Gate Simulator — Simulate NOR gate
- XOR Gate Simulator — Simulate XOR gate
- XNOR Gate Simulator — Simulate XNOR gate
- Binary Subtractor — Subtract binary numbers
- Parity Bit Generator — Generate parity bits
- Hamming Code Generator — Generate Hamming codes
- Truth Table Generator — Generate logic truth tables
- Number Base Validator — Validate input against base rules
- Bit Length Calculator — Calculate required bit-length