- or download this
1,1,0,0,0,0,0,1,1,1,1,0,0,0,1,1,1,1,0,0
0,0,1,1,0,0,1,1,0,0,1,1,0,1,0,1,0,1,1,0
- or download this
Odp-
kIr+
- or download this
(
110011 => 'I',
111101 => 'u',
...
01 => '/',
... etc ...,
)
- or download this
my %translation = (
# as in OP
);
...
__DATA__
1,1,0,0,0,0,0,1,1,1,1,0,0,0,1,1,1,1,0,0
0,0,1,1,0,0,1,1,0,0,1,1,0,1,0,1,0,1,1,0