3v4l.org

run code in 500+ PHP versions simultaneously
<?php $str = 'Ruka'; # Make sure string is in UTF-8 and strip invalid UTF-8 characters $str = mb_convert_encoding($str, 'UTF-8', mb_list_encodings()); print_r($str);
Output for 8.1.2 - 8.1.34, 8.2.0 - 8.2.31, 8.3.0 - 8.3.31, 8.4.1 - 8.4.22, 8.5.0 - 8.5.7
創歡
Output for 8.1.0 - 8.1.1
Output for 8.0.1 - 8.0.30
Ruka

preferences:
76.68 ms | 1124 KiB | 4 Q