File Encoding Checker is a GUI tool that allows you to validate the text encoding of one or more files. The tool can display the encoding for all selected files, or only the files that do not have the encodings you specify.
File Encoding Checker requires .NET 4 or above to run.
Sorting the results by clicking a column header is working now.
When viewing a directory, some files matching the file masks were not listed.
Improved performance of the list view control for faster processing of results.
Added feature to export selected results to a text file.
Switched to UtfUnknown library for better encoding detection (Multiple bugs from Ude fixed).
Validating the detected file encoding to avoid errors during conversion of files.
UTF-16 text files without byte-order-mark (BOM) can be detected by heuristics.
The original project EncodingChecker on CodePlex was written by Jeevan James.
For encoding detection, File Encoding Checker uses the UtfUnknown library, which is a C# port of uchardet library - A C++ port of the original Mozilla Universal Charset Detector.