int yourInt = 33; char ch = (char) yourInt; System.out.println(yourInt); // 33 System.out.println(ch); // !