Returns the bytes of the given string as array encoded to the charset
this instance represents, avoiding the unnecessary exception handling
(UnsupportedEncodingException).
Returns a new String initialized with the given bytes which are expected
to be encoded according to the character set this instance represents,
avoiding the unnecessary exception handling (UnsupportedEncodingException).