I found simple solution.
[code]$docx = new CreateDocx();
$docx->addHTML(
"<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></head><body><b>ěščřžý</b>áíéé</body>"
);
$docx->createDocx("test");[/code]
Is possible to put it into official source?