The arithmetic bit-wise operators operate on integer-type operands at the bit level. The Boolean logical operators operate on Boolean objects providing a Boolean result. The operations are similar since the result of a single bit operation produces a bit which can have only one of two values, on or off. The Boolean logical operations also produce a result which can have only one of two values, true or false.