my @array = unpack( "C8", pack( "Q<", 0xf8f7f6f5f4f3f2f1 ) ); print( join( ", ", @array ), "\n" ); # 241, 242, 243, 244, 245, 246, 247, 248