fork(1) download
  1. <?php
  2. echo bin2hex(iconv('UTF-8', 'UTF-16BE', 'Привет Мир!'));
  3. echo "\n";
  4. echo iconv('UTF-16BE', 'UTF-8', hex2bin('041f044004380432043504420020041c043804400021'));
  5. ?>
Success #stdin #stdout 0.02s 24496KB
stdin
Standard input is empty
stdout
041f044004380432043504420020041c043804400021
Привет Мир!