You may want to look at the library function `toEnum' toEnum :: (Enum a) => Int -> a since Char is an Enum, the following code should work just fine: > toEnum 70 :: Char