``` > const jschardet = require("jschardet") > jschardet.detect(Buffer.from([164,112,164,67])) { encoding: 'windows-1252', confidence: 0.95 } ```