3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = "Doplňkové služby"; $e = html_entity_encode($str, ENT_COMPAT, "UTF-8"); $d = html_entity_decode($e, ENT_COMPAT, "UTF-8"); print_r($e); print_r($d);

preferences:
66.66 ms | 402 KiB | 5 Q