<?php var_dump( mb_convert_encoding( $bin = hex2bin("5c") . "\\", "UTF-8", "SJIS" ), mb_check_encoding($bin, "SJIS"), bin2hex($bin) );
You have javascript disabled. You will not be able to edit any code.