This blog show how to get the Unicode integer value for the respective Character using the UNICODE function in SQL

Example:

SELECT UNICODE('G'), UNICODE('o')

The expected result would be

71 111