$decimal = 123; $hex = unpack( "H*", pack( "C", $decimal ) ); print "$hex\n";