Get the character value of an integer with chr:
97.chr # => "a" 98.chr # => "b" 125.chr # => "}" 126.chr # => "~" 127.chr # => "\177"