bitwise

17 tools tagged "bitwise".

Hex AND Calculator

Compute the bitwise AND of two hexadecimal values, digit by digit.

Open tool

Hex NAND Calculator

Compute the bitwise NAND of two hexadecimal values, digit by digit.

Open tool

Hex NOR Calculator

Compute the bitwise NOR of two hexadecimal values, digit by digit.

Open tool

Hex NOT Calculator

Apply the NOT logic gate to a hexadecimal value, flipping every bit within its own width.

Open tool

Hex Number Inverter

Flip every bit of a hexadecimal number, a quick way to compute its bitwise complement.

Open tool

Hex OR Calculator

Compute the bitwise OR of two hexadecimal values, digit by digit.

Open tool

Hex XNOR Calculator

Compute the bitwise XNOR of two hexadecimal values, digit by digit.

Open tool

Hex XOR Calculator

Compute the bitwise XOR of two hexadecimal values, digit by digit.

Open tool

Integer AND Calculator

Fold a list of non-negative integers with bitwise AND.

Open tool

Integer NAND Calculator

Fold a list of non-negative integers with AND, then take the NOT at a chosen bit width.

Open tool

Integer NOR Calculator

Fold a list of non-negative integers with OR, then take the NOT at a chosen bit width.

Open tool

Integer NOT Calculator

Compute the bitwise NOT of each integer independently at a chosen bit width.

Open tool

Integer OR Calculator

Fold a list of non-negative integers with bitwise OR.

Open tool

Integer XNOR Calculator

Fold a list of non-negative integers with XOR, then take the NOT at a chosen bit width.

Open tool

Integer XOR Calculator

Fold a list of non-negative integers with bitwise XOR.

Open tool

Signed Integer to Unsigned Converter

Reinterpret signed integers as unsigned values at an 8, 16, or 32-bit width.

Open tool

Unsigned Integer to Signed Converter

Reinterpret unsigned integers as two's-complement signed values at an 8, 16, or 32-bit width.

Open tool