Help for this page
my $uint16 = pack 'n', 1263; # "\x12\x63"
my $bin = unpack 'B16', pack 'n', 1263; # "0000010011101111"