PawCalc can do bitwise logic computations on 16 bit numbers (numbers between 0 and 65535). PawCalc recognizes these bitwise operators:
Select "Logic" in the "Layout" menu to easily access these functions.
The following expression evaluate to 65529 (0xFFF9), 0b1000, 0b1110, 0b110, and 65529 (0xFFF9):
Take care not to confuse the bitwise operators with the truth value operators.