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>>)
iex> {:ok, <<0x93, 0x44>>} = encode("QDS")