in reply to Re^2: Understanding Shift Operators
in thread Understanding Shift Operators

You could view every register and memory address as already containing a collection of bits.

Binary and decimal are representations, a way of displaying something. The computer does not need to represent the bits in a human readable way (e.g. binary) to operate on them. No conversion occurs, because the binary representation of a scalar describes what's already in the scalar.