From a detailed perspective how does one identify the character set of a file? Some information I found was checking by the magic number of the file, but other articles I found strayed away from this.
I have tried opening different files encoded in different character sets (ASCII/UTF8 for example) with hexdump
and there is no file identifier on what character set the file is.