Let $$N = \binom{2^{2012}}{0}\binom{2^{2012}}{1}\binom{2^{2012}}{2}\binom{2^{2012}}{3} \cdots \binom{2^{2012}}{2^{2012}}.$$ Let $M$ be the number of $0$'s when $N$ is written in binary. How many $0$'s does $M$ have when written in binary?
I didn't see an easy way of simplifying the product of combinations here. Algebraically, we have $$N = \dfrac{2^{2012} \cdot (2^{2012} \cdot (2^{2012}-1)) \cdots 2^{2012}!}{1! \cdot 2! \cdot 3! \cdots 2^{2012}!} = \dfrac{2^{2012 \cdot 2012} \cdot (2^{2012}-1)^{2011} \cdot (2^{2012}-2)^{2010} \cdots 1}{1! \cdot 2! \cdot 3! \cdots 2^{2012}!},$$ but I didn't see how to convert this into binary.