Encodes this String
into a sequence of bytes using the
platform's default charset, storing the result into a new byte array.
The behavior of this method when this string cannot be encoded in
the default charset is unspecified. The java.nio.charset.CharsetEncoder
class should be used when more control
over the encoding process is required.
Diagram: String