String str = "Example String"; byte[] b = str.getBytes();
String s = new String(bytes, StandardCharsets.UTF_8);