| Character encoding | Code | |
|---|---|---|
| HTTP Content-Type | No encoding information found |
Content-Type: text/html |
| Byte order mark (BOM) | No | |
| Meta tag | utf-8 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
| Language | Code | |
| HTML tag | en |
<html class="no-js" lang="en"> |
| HTTP Content-Language | None found | |
| All language tags | en |
Click each tag to check it. |
| Text direction | Code | |
| Default direction | LTR (by default) | |
| Unicode control codes | None found | |
| Markup | Code | |
| Non-ascii class or id names | None | |
| Non-NFC class or id names | None | |
| Notable attributes | lang 1 | |
| Notable elements | u 1 | |
| Request headers | Code | |
| Accept-Language | None found | |
| Accept-Charset | None found |

meta character encoding declaration uses http-equiv This page uses the following character encoding declaration with an http-equiv attribute:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>This is fine, however you may find it easier to use the meta element with a charset attribute instead. For example:
<meta charset="utf-8">If you want to change, replace the http-equiv and content attributes in your meta tag with a charset attribute.