char n = '1'; int nI = n; System.out.println(nI); short nS = (short) n; System.out.println(nS);