Solved: I found the solution in Question #9458317. Before using it in $plot->SetTitle($Titel); I have to transform $Titel as follows: $Titel = mb_convert_encoding($Titel, "HTML-ENTITIES", "UTF-8");