Using the DUMP command within Oracle, it produces the following :
SQL> select dump(field1, 1016) from test_nls;
Typ=1 Len=8 CharacterSet=AL32UTF8: c3,bd,c3,a3,c3,a1,c3,b6
Is there a AL32UTF8 matrix of sort out there where I can compare the two bytes c3 bd, c3 a3, c3 a1, and c3 b6 with the matrix to see the expected character then compare it with the character within the database to confirm it is indeed correct?