Convertir ASCII en chaîne Java

String str = String.valueOf(Character.toChars(65)); // str ← "A"
Sauyer