either your files are currupted and they have wrong charsets, or there is a problem with your server configuration(possibly LiteSpeed or apache).
also you can find this code in qa-config.php and change 'true' to 'false':
define('QA_HTML_COMPRESSION', true);
it turns gzip off and might solve your problem if your servers gzip modules are missing.