noun
bitwise
Computing term used to describe operations or processing performed on individual bits or groups of bits. Often appears in compounds like ビット単位演算 (bitwise operation).
このプログラムはビット単位の演算を多用している。
This program makes heavy use of bitwise operations.
ビット単位でデータを比較する。
Compare data bit by bit.