Encoder à Java

String s1 = "l'épargne";
String s2 = new String(s1.getBytes(), "utf8");
Nice Narwhal