Fill in the missing pieces in the conversion of the decimal integer `(22)_{10}` into its binary (base-2) representation.

22 = 2*() +
11 = 2*() +
5 = 2*() +
2 = 2*() +
1 = 2*() +



The binary representation of `(22)_{10}` is `(``)_{2}`.