Given a set $\Sigma$ of letters, apply the Kleene star operation to it, and we get $\Sigma^*$, the set of all finite-length sequences from $\Sigma$, called strings (allowing a letter appearing more than once in a string).
If $\Sigma$ is empty, then $\Sigma^*$ consists only one string, the empty string.
If $\Sigma$ is not empty, then $\Sigma^*$ has an infinite cardinality.
I wonder if $\Sigma^*$ can be countably infinite? When will that be true? When $\Sigma$ is finite?
When will its cardinality is uncountably infinite?
Thanks!