The character encoding declaration tells the browser how to interpret the bytes of your page as actual characters — without a correct declaration (or with a mismatched one), special characters, accented letters, or symbols can render as garbled text (mojibake) instead of what you actually wrote.
Without an explicit charset declaration, browsers have to guess how to interpret your text — occasionally guessing wrong and rendering special characters as garbled text.
Every page declares UTF-8 as the very first item in the head, and special characters render correctly.
Fix it, then re-scan — the check confirms itself. No manual checkbox, the scan is the truth.
Run this check in H.I.V.E. →