Char Functions Oracle PLSQL

SQL> select asciistr('4321') from dual;
ASCI
----
4321
SQL>