I tried to multiply $1111_2$ with $1111_2$ but I came across a problem, namely adding $1+1+1+1$ and $1+1+1+1+1$. Here is my method:
I can't figure out how to add the $3rd$ and $4th$ column. I thought that $1+1+1+1 = 4 \equiv 100$ but how can I implement it here?


From the end, first digit: $\color{red}1$.
2nd digit: $1+1=\color{blue}1\color{red}0$.
3rd digit: $1+1+1+\color{blue}1=10+10=\color{blue}{10}\color{red}0$.
4th digit: $1+1+1+1+\color{blue}{10}=10+10+10=100+10=\color{blue}{11}\color{red}0$.
5th digit: $1+1+1+\color{blue}{11}=10+100=\color{blue}{11}\color{red}0$.
6th digit: $1+1+\color{blue}{11}=1+100=\color{blue}{10}\color{red}1$.
7th digit: $1+\color{blue}{10}=\color{red}{11}$.
Collecting backwards: $1111_2\times1111_2=11100001$.