noun
intermediate byte
Technical computing term referring to a byte that is neither the first nor the last in a multi-byte sequence, often used in character encoding contexts.
UTF-8では、中間バイトは必ず10xxxxxxの形式をとる。
In UTF-8, intermediate bytes always take the form 10xxxxxx.