<?php $str = chr(0xc0); $converted = mb_convert_encoding($str, 'UTF-8'); var_dump($converted);
You have javascript disabled. You will not be able to edit any code.