The HTTP header, a byte-order mark, and the <meta charset> tag —
every page carries at least two of them. When they contradict, the browser picks one winner.
You stare at ’ and check your meta tag a third time.
github.com or wikipedia.org.
Any HTTP or HTTPS page you want to check. The tool fetches it server-side — no same-origin limits to worry about.
The worker reads the Content-Type header, scans the first few bytes for a BOM, and parses the first 4096 bytes for a <meta charset> declaration.
Three declarations, one winner, the reason it wins, and any contradictions or mojibake indicators. Exactly what a developer needs to find the liar.
One URL, one result, one unambiguous answer.
Go to the tool