function customize_character_encoding() {
    return 'text/html; charset=utf-8';
}
add_filter('wp_headers', 'customize_character_encoding');