The following values are stored into my array of bits:

00010000 11000010 01011111 00000001

6543210 65432107 65432107 7 <- expected bit order

I need to shift the...