Check database character set:

select value$ from sys.props$
where name = 'NLS_CHARACTERSET';

cheers.