<?php mb_substitute_character(ord('?')); var_dump(mb_convert_encoding("\xDF\xC0", 'UTF-8', 'UTF-8')); var_dump(mb_convert_encoding("\xEF\xBF\xC0", 'UTF-8', 'UTF-8')); var_dump(mb_convert_encoding("\xF4\x8F\xBF\xC0", 'UTF-8', 'UTF-8'));
You have javascript disabled. You will not be able to edit any code.