During charset conversion in UTL_RAW.CONVERT as well as CONVERT function
if target charset not contain corresponded symbol then replacement character used.
It is not convenient in some cases and would be nice to have option to raise an exception.
There is session parameter NLS_NCHAR_CONV_EXCP but it looks like works only for NCHAR/CHAR conversion.
The reason is to avoid data loss during conversion.