Base 2 is also known as binary. We are going to use the division by 2 method. We will divide the number by 2 and put the whole number in one section, and the remainder in another section, and when we get our whole number down to a 0 with a remainder of 1, then we are done. 22/2 gives us a whole number of 11 with a remainder of 0. Divide 11/2 and we get a whole number of 5 with a remainder of 1. Divide 5/2 and we get a whole number of 2 with a remainder of 1. Divide 2/2 and get a whole number of 1 with a remainder of 0. Divide 1/2 and get a whole number of 0 with a remainder of 1. Working from the bottom to the top in the remainder section we have, in order, 10110. That means that

. And that's it!