3v4l.org

run code in 300+ PHP versions simultaneously
<?php function p($str) { echo $str, '<br>'; echo strftime($str), '<br>'; echo bin2hex($str), '<br>'; echo bin2hex(strftime($str)), '<hr>'; } setlocale(LC_ALL, 'C'); p('あ');

preferences:
42.79 ms | 402 KiB | 5 Q