Reverse bits of a given 32 bits unsigned integer.
The input must be a binary string of length 32.
Here is an 8-bit number: 10110100. Your job is to reverse its bits — produce the number whose binary representation reads the original backwards. No code, no hints. Just you and eight bit positions.
Try it — toggle the output bits to match the reversed input. Tap each cell to flip between 0 and 1, then submit your answer.