bitwise
17 tools tagged "bitwise".
Hex AND Calculator
Compute the bitwise AND of two hexadecimal values, digit by digit.
Open toolHex NAND Calculator
Compute the bitwise NAND of two hexadecimal values, digit by digit.
Open toolHex NOR Calculator
Compute the bitwise NOR of two hexadecimal values, digit by digit.
Open toolHex NOT Calculator
Apply the NOT logic gate to a hexadecimal value, flipping every bit within its own width.
Open toolHex Number Inverter
Flip every bit of a hexadecimal number, a quick way to compute its bitwise complement.
Open toolHex OR Calculator
Compute the bitwise OR of two hexadecimal values, digit by digit.
Open toolHex XNOR Calculator
Compute the bitwise XNOR of two hexadecimal values, digit by digit.
Open toolHex XOR Calculator
Compute the bitwise XOR of two hexadecimal values, digit by digit.
Open toolInteger AND Calculator
Fold a list of non-negative integers with bitwise AND.
Open toolInteger NAND Calculator
Fold a list of non-negative integers with AND, then take the NOT at a chosen bit width.
Open toolInteger NOR Calculator
Fold a list of non-negative integers with OR, then take the NOT at a chosen bit width.
Open toolInteger NOT Calculator
Compute the bitwise NOT of each integer independently at a chosen bit width.
Open toolInteger OR Calculator
Fold a list of non-negative integers with bitwise OR.
Open toolInteger XNOR Calculator
Fold a list of non-negative integers with XOR, then take the NOT at a chosen bit width.
Open toolInteger XOR Calculator
Fold a list of non-negative integers with bitwise XOR.
Open toolSigned Integer to Unsigned Converter
Reinterpret signed integers as unsigned values at an 8, 16, or 32-bit width.
Open toolUnsigned Integer to Signed Converter
Reinterpret unsigned integers as two's-complement signed values at an 8, 16, or 32-bit width.
Open tool