1. Divide decimal number by 2 and note remainder
2. Divide quotient by 2 and note remainder
3. Repeat until quotient is 0
4. Write remainders in reverse order
5. Write the remainders in such a way that the last remainder is written first, followed by the rest in the reverse order.