Find closest multiple of $100$ to $161$. We see that $1 \times 100 = 100$ is the nearest. Now subtract $100$ from $161$ to get reminder $61$. Add $1$ to quotient.
Since $61$ is less than $100$, stop the division. The reminder is $61$. The topmost line $001$ is the quotient. Remove all zeros at the start of the quotient to get the actual quotient $1$.