Data Type Oracle PLSQL

SQL>
SQL> --TO_MULTI_BYTE(x): Converts the single-byte characters in x to their corresponding multi-byte characters. The return type is the same as the type for x.
SQL>
SQL> select to_multi_byte('www.rntsoft.com')from dual;
TO_MULTI_BYTE(
--------------
www.rntsoft.com
SQL>