Introduction to bitwise operators

What I did in this type of code is I worked on dividing numbers by 2. I was working with bitwise operators. Basically we had to keep going until we can’t divide no more. The number has to keep being divided by 2 until it can’t go anymore. The numbers have to be in 0bxxx form for it to be correct.