Let $\Sigma = \{0,1\}$ and $w$ be the string $0011101$ over $\Sigma$.
If we work out what $w$ is, $w$ is the binary representation of $57$, which is not prime.
It is remarked in Introduction to Automata Theory, Languages, and Computation, by Hopcroft, Motwani and Ullman, that $w$ cannot be the representation of a prime because
"...every integer except $0$ has a binary representation that begins with $1$."
And I fail to follow the reasoning. Could someone knock the rocks in my head back into place? Thanks!
There is no mistake and the meaning is clear. However, it might have been simpler to state that $0011101$ is not the binary representation of any number (prime or not) because except for $0$, the binary representation of a number always start by $1$.
Let me quote the whole paragraph: