<?php $string = 'RT 2'; var_dump(bin2hex($string));print_r(explode(' ', $string));
Standard input is empty
string(10) "5254c2a032" Array ( [0] => RT 2 )
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!