Adding 2 char's doesn't concatenate them into a string, it adds their underlying numerical representations.

To concatenate the two you need to use strings.



System.out.println("" + hhh[1][1]...