Htaccess equivalent of <meta http-equiv="Content-Type" content="text/html; charset=ut

what is the htacces equivalent to <meta http-equiv=“Content-Type” content=“text/html; charset=utf-8”>? I’m on appache server. Thanks!

ok seen here I have I think an answer. Which code is appropriate though? I only have html extensions on my site. http://www.askapache.com/htaccess/setting-charset-in-htaccess.html

AddCharset UTF-8 .html

vs

AddType ‘text/html; charset=UTF-8’ html

vs

AddDefaultCharset UTF-8

vs

Content-Type: text/html; charset=UTF-8