Convert ASCII to String Java code example Example: Convert ASCII to String Java String str = String.valueOf(Character.toChars(65)); // str ← "A"