Binary encoding
Converting any data structure to binary format.
Strings
if your alphabet is
Natural numbers
Convert to base 2 with one-complement or two-complement
Pairs of natural numbers
Encode the two parts separately and put a delimiter in between