Octet String

"Octet" is standardese for "8-bit byte". It's supposed to be a less ambiguous term compared to just "byte", because some platforms have bytes of different width.
Octet string = sequence of bytes.

Also, see Wikipedia.