NVL2
ASCII
CHR
Returns the ASCII code of the first character.
ASCII(str)
Enter values below to update the example in real time.
ascii_val
SELECT ASCII('A') AS ascii_val FROM DUAL;