encode é to é java code example Example: encode é to é java String s1 = "l'épargne"; String s2 = new String(s1.getBytes(), "utf8");