NOR Calculator - Bitwise and Logic Gate

Your details

Bitwise NOR operates on two integers bit by bit. Logic gate NOR computes the boolean NOR of 2-4 boolean inputs.
Choose the number base for your two integer inputs.
The number of bits used for the calculation. Values are treated as unsigned.
First integer operand in your chosen base.
Second integer operand in your chosen base.
NOR result (decimal)
193

Bitwise NOR result in base 10

NOR result (binary)11000001
NOR result (octal)301
NOR result (hex)C1
Operand A (binary)00111100
Operand B (binary)00001010

Bitwise NOR result: 193 (decimal)

  • In binary: 11000001 (8-bit)
  • The NOR first ORs the two operands, then inverts every bit: 3 bits are 1 and 5 bits are 0 in the result.
  • In hexadecimal: 0xC1 | In octal: 301
  • NOR is a universal gate: any logic circuit can be built using only NOR gates.

Next stepSwitch to Logic gate mode to build a NOR truth table for 2-4 boolean inputs.

= Powered by OnlyCalculators