I have a file which shows different things in Notepad and Vim.
The file displays normally under Windows Notepad:

Strange character are added to each character when using Vim.

Anyone know how to dismiss those strange character in Vim under Windows environment?
As you can see:
TSSis displayed asT^@S^@S^@(binary:54 00 53 00 53 00).Because vim shows
\0x00as^@. It sounds likeUTF16LE.You can convert
UTF16LEtoUTF8: