* As we saw, indexing a string yields its bytes, not its characters:
* a string is just a bunch of bytes. That means that when we store a character value in a string,
* we store its byte-at-a-time representation.
* Let's look at a more controlled example to see how that happens.