A Java String is a sequence of Java chars, which are UTF-16 codepoints. getBytes() without arguments takes the platform default encoding (some Windows-xxxx codepage under Windows, UTF-8 on most...