I have a file which may be in ASCII or UTF-8 format. I can know which format it is through Notepad++. But can some one tel me a tool that could show me in which format the file is through command prompt.
Example: Open Command Prompt,
C:><Some Command> FileName
which should give me the file format like ASCII or UTF-8.