Source: wikibot/bitwise-operation

= Bitwise operation
{wiki=Bitwise_operation}

Bitwise operations are operations that directly manipulate bits within binary representations of integers. These operations perform arithmetic and logical operations at the bit level, meaning they operate on the binary digits (0s and 1s) that compose the integer values.