1. NAME

chardet - universal character encoding detector

2. SYNOPSIS

chardet [options] [file ...]

3. DESCRIPTION

Report heuristically-detected character encoding for each file.

For every specified file (defaulting to stdin if no files are specified), reads and determines the character encoding of the file content. Reports the name and confidence level for each file's detected character encoding.

4. OPTIONS

  • -h, --help
        show this help message and exit

5. SEE ALSO

/usr/share/doc/python-chardet/index.html

6. AUTHOR

chardet module was written by Mark Pilgrim <>

chardet script was written by Ben Finney <>

This manual page was written by Piotr Ożarowski <>, for the Debian project (but may be used by others).