ASCII

The Oracle and PL/SQL ASCII function returns the integer that represents the specified character.

The general format is:

ASCII(char)

Example 1:

SELECT ASCII('V') FROM DUAL;

returns:

86