I remember having heard that if $S$ is countable infinite, then $\mathcal P(S)$ is uncountably infinite. My intuition, however, tells me it should not be. Since $S$ is countable, you can enumerate it. Let's define:
$$S=\{x_1,x_2,\dots,x_n,\dots\}$$
One could define an injective function $f : N \to \mathcal P(S)$.
$f$ takes a natural number and converts it into binary form. Let's say $6$ is converted into $110$. Starting from the right, defining the rightmost digit to be digit number $1$, we can convert this into a subset of $S$ by including $x_n$ if and only if digit $n$ is $1$. What am I missing here?