logic-gate
19 tools tagged "logic-gate".
ASCII AND Calculator
Bitwise AND two equal-length ASCII strings, character-by-character, positionally.
Open toolASCII NOT Calculator
Bitwise-complement every character's code within the 7-bit ASCII range (127 - code).
Open toolASCII OR Calculator
Bitwise OR two equal-length ASCII strings, character-by-character, positionally.
Open toolHex 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 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 toolBinary AND Calculator
Compute the bitwise AND of two binary values, bit by bit.
Open toolBinary NAND Calculator
Compute the bitwise NAND (NOT AND) of two binary values, bit by bit.
Open toolBinary NOR Calculator
Compute the bitwise NOR (NOT OR) of two binary values, bit by bit.
Open toolBinary NOT Calculator
Flip every bit of a binary value, computing its bitwise complement at its own width.
Open toolBinary Operation Visualizer
See exactly how AND, OR, and XOR combine two binary numbers, one column at a time.
Open toolBinary OR Calculator
Compute the bitwise OR of two binary values, bit by bit.
Open toolBinary Sheffer Stroke Calculator
Compute the Sheffer stroke (NAND) of two single bits, with the full truth table.
Open toolBinary XNOR Calculator
Compute the bitwise XNOR (NOT XOR) of two binary values, bit by bit.
Open toolBinary XOR Calculator
Compute the bitwise XOR of two binary values, bit by bit.
Open tool