Python Program to Convert ASCII to Char. We are using the chr() function to convert the ASCII value to the character. Which is a built-in function in Python that accepts a specified Unicode (ASCII value) as an argument and returns the character. The syntax of chr() is: chr(num)