List listChar = new ArrayList<>(); for (char a: stringIn.toCharArray()) { listChar.add(a); }