convert chra to string code example Example: convert char to string java Click to copychar c = 'a'; String s = Character.toString(c); //s == "a"