안녕하세요 html 한글깨짐 질문드립니다

현재 visualcode 로 html 사용하고있는데 meta 태그 입력해도 한글 인코딩이 깨지네요 혹시 아시는 분 계시면 도움 부탁드립니다
!DOCTYPE html>
html>
head>
title>Document /title>
/head>
body>
meta charset=“UTF-8”>
h1>“ㅎㅎㅎㅎㅎ” /h1>
/body>
/html>
< 이거는 제외했어요
usersetting입니다
{
“window.restoreFullscreen” : true,
“files.autoSave”: “afterDelay”,
“C_Cpp.updateChannel”: “Insiders”,
“editor.suggestSelection”: “first”,
“editor.fontSize” : 16,
“java.home”: “C:\Program Files\Java\jdk-13.0.2”,
“editor.mouseWheelZoom”: true,
“vsintellicode.modify.editor.suggestSelection”: “automaticallyOverrodeDefaultValue”,
“files.associations”: {"*.html":“html”},
“files.autoGuessEncoding”: true,
“files.exclude”: {
/.classpath": true,
"
/.project”: true,
/.settings": true,
"
/.factorypath”: true
},
“files.encoding”: “utf8”
}

웹 서버나 visualcode 인코딩 문제는 아닐까요? visualcode는 제가 안써봐서 잘 모르지만 ㅎㅎ
이클립스에서 페이지 인코딩 설정이 잘못되있어서 meta태그를 넣어도 안되던 기억이 있어서요