I am trying to locate my app.
I want the data as an SQLite database.
Only Japanese, Korean and Chinese, but not like UTF-8
Get the 3 but not out of MS-EXCEL.
If of course I understand correctly, I do this, when I have to pass data from excel to sqlite with a different encoding. I firstly open the *.xls(x) with openOfficeCalc, then I choose to save as *.csv and choose the desired encoding (in our case, that is UTF-8). Then, I import this csv in sqlite, using the sqliteManager plugin for firefox. Again, not sure if I understood correctly your question.