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