This blog shows how to convert numbers to the respective ASCII codes using ASCII function in SQL

Example:

SELECT CHAR(72), CHAR(101),

Expected result would be

H e