logic-gate

19 tools tagged "logic-gate".

ASCII AND Calculator

Bitwise AND two equal-length ASCII strings, character-by-character, positionally.

Open tool

ASCII NOT Calculator

Bitwise-complement every character's code within the 7-bit ASCII range (127 - code).

Open tool

ASCII OR Calculator

Bitwise OR two equal-length ASCII strings, character-by-character, positionally.

Open tool

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 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

Binary AND Calculator

Compute the bitwise AND of two binary values, bit by bit.

Open tool

Binary NAND Calculator

Compute the bitwise NAND (NOT AND) of two binary values, bit by bit.

Open tool

Binary NOR Calculator

Compute the bitwise NOR (NOT OR) of two binary values, bit by bit.

Open tool

Binary NOT Calculator

Flip every bit of a binary value, computing its bitwise complement at its own width.

Open tool

Binary Operation Visualizer

See exactly how AND, OR, and XOR combine two binary numbers, one column at a time.

Open tool

Binary OR Calculator

Compute the bitwise OR of two binary values, bit by bit.

Open tool

Binary Sheffer Stroke Calculator

Compute the Sheffer stroke (NAND) of two single bits, with the full truth table.

Open tool

Binary XNOR Calculator

Compute the bitwise XNOR (NOT XOR) of two binary values, bit by bit.

Open tool

Binary XOR Calculator

Compute the bitwise XOR of two binary values, bit by bit.

Open tool