3v4l.org

run code in 300+ 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.28, 8.2.10 - 8.2.18, 8.3.0 - 8.3.6
創歡
Output for 8.1.0 - 8.1.1
Output for 7.4.7 - 7.4.33, 8.0.0 - 8.0.30
Ruka

preferences:
75.06 ms | 402 KiB | 35 Q