Let $^\mathbb{N}\{0,1\}$ be defined as $\{f~|~ f:\mathbb{N}\to\{0,1\}\}$, i.e., all the functions that map $\mathbb{N}$ to the set $\{0,1\}$. We want to show that this set is in bijection with $\mathbb{R}$.
I've been having trouble figuring this out. If we can show there is an injection from $^\mathbb{N}\{0,1\}\to\mathbb{R}$ and an injection $\mathbb{R}\to ~^\mathbb{N}\{0,1\}$, then we can invoke the Schroder-Bernstein theorem to complete the argument that the two sets are in bijection with one another.
We can represent each $f\in~^\mathbb{N}\{0,1\}$ as the dyadic expansion of a real number $r_j\in[0,2]$, i.e., $$ r_j = \sum_{k=0}^\infty \frac{f(k)}{2^k}$$ But $r_j$ may be mapped to by more than one function, so I am unsure as to how to proceed. Any help is appreciated.