Encoding defines how bytes are converted to a string and vice versa
const (
// Hex specifies a hex plus 4 byte checksum encoding format Hex Encoding = iota// HexNC specifies a hex encoding format HexNC
// HexC specifies a hex plus 4 byte checksum encoding format HexC
// JSON specifies the JSON encoding format JSON
)