I opened up a Northwind database (northwind.sqlite3) using DB Browser for SQLite (Version 3.9.1).
For some product names, I couldn't get the right names displayed no matter what I did, including:
- I changed new line characters options
- I changed Preferences options
- I checked the outputted csv using Excel and Notepad with different encoding
Still couldn't figure out how to properly show the characters...Any help is appreciated.




SELECT hex(ProductName) FROM Products WHERE ProductID = 23?