Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

echo mb_convert_encoding("\x1B\x28\x49\x31", 'UTF-8', 'ISO-2022-JP');..

Decoded Output download

<?  echo mb_convert_encoding("(I1", 'UTF-8', 'ISO-2022-JP'); ?>

Did this file decode correctly?

Original Code

echo mb_convert_encoding("\x1B\x28\x49\x31", 'UTF-8', 'ISO-2022-JP');

Function Calls

mb_convert_encoding 1

Variables

None

Stats

MD5 b153e5b28bdd885cf5c4e627c00ccc66
Eval Count 0
Decode Time 115 ms