HTML Meta Charset Generator
Generate <meta charset> tags to specify character encoding for your HTML document
Preview
The <meta charset> tag specifies the character encoding for the HTML document
This meta tag should be placed in the <head> section of your HTML document, preferably as the first element after <head>.
HTML
<meta charset="UTF-8">