Help for this page
my @two_bits = ($bin_num =~ /(..)/g);
my %bits = ( dd => 0b11000000, ... bb => 0b00001100, aa => 0b00000011, );