Implements encode/decode for the 2-byte manufacturer flag ID
Decode from binary to string representation of manufacturer
Encode 3-letter manufacturer
iex> decode(<<0x93, 0x44>>) {:ok, "QDS"}
iex> {:ok, <<0x93, 0x44>>} = encode("QDS")