<?php var_dump(mb_convert_encoding(hex2bin('b1b2b3b4b5'), 'UTF-8', 'JIS')); var_dump(mb_check_encoding(hex2bin('b1b2b3b4b5'), 'JIS'));
You have javascript disabled. You will not be able to edit any code.