What you are asking for is impossible. Ints hold bigger numbers that chars, unless you are working on a system where the sizeof(int) is the same as sizeof(char).

What are you trying to do?