header('Content-Type: text/html; charset=utf-8');
$serverName="(local)";
$connetionInfo = array("DataBase"=>"your db","UID"=>"username","PWD"=>"pass",
"CharacterSet" => "UTF-8");<---------------this
$this->dblink=sqlsrv_connect($serverName,$connetionInfo);