We are using Oracle Database and our NLS_CHARACTERSET is set as "US7ASCII" . We are downloading data from other source and it is getting stored as below in our database table.
Our database data ("US7ASCII")

Our client database NLS_CHARACTERSET is set as "WE8MSWIN1252" and he wants data as below. Can we convert our table data to "WE8MSWIN1252" format using any function in oracle like "CONVERT(column_name,'US7ASCII','WE8MSWIN1252')" which is not working in this case or any other solution ? we cant change database nls_characterset since it might result in data loss so we are looking for some other solution. Thanks.
what user wants ("WE8MSWIN1252") :
