Bitwise calculator
& | ^ << >> >>> on integers.
Calculator
How to use
>>>
Unsigned right shift uses 32-bit mask.
Educational use only. For assessments, show reasoning and check boundary cases.
& | ^ << >> >>> on integers.
Unsigned right shift uses 32-bit mask.
Educational use only. For assessments, show reasoning and check boundary cases.
Model / formula
Bitwise on integers (& | ^ << >> >>>)
>>> uses 32-bit mask.
Result
8