I am pretty sure it's duplicate but on the other hand it's hard to find by a title.
I am having hard time showing that every matrix in $SU(2)$ is of the form $\begin{pmatrix}z & -\overline w \\ w & \overline z\end{pmatrix}$ for some $z, w \in \mathbb{C}$ such that $|z|^2 + |w|^2 =1$. In most of the sources (including answers here) it is stated as something well-known. It is indeed well-known but I have never seen a proof and couldn't come up with one.
Let $\begin{bmatrix}x_1 & x_2\\x_3 & x_4\end{bmatrix}\in SU(2),$ then $x_1\cdot x_4-x_3\cdot x_2=1$ because determinant is $1$(this you did not mention) and $$\begin{bmatrix}\overline{x_1} & \overline{x_3}\\\overline{x_2} & \overline{x_4}\end{bmatrix}=\begin{bmatrix}x_4 & -x_2\\-x_3 & x_1\end{bmatrix}$$ so $x_1=\overline{x_4}$ and $\overline{x_2}=-x_3.$ Notice that the other $2$ equations are just manipulations of these two. Check that left hand side is the inverse of the matrix and the left hand side is the adjoint.