bitet
Bitet, short for Binary-Ternary Encoding Technique, is a theoretical data encoding scheme conceived to explore the potential benefits of mixing binary and ternary symbols within a single coding framework. In bitet, input symbols are mapped to sequences drawn from an alphabet that includes two-symbol and three-symbol blocks. The encoding process creates a prefix-free code using a mixed-base decision structure, ensuring that each encoded sequence can be uniquely decoded without reliance on external framing. Decoding mirrors the encoding by traversing the decision structure according to the incoming symbol stream, yielding the original symbol sequence.
The concept has appeared primarily in information-theoretic discussions and experimental simulations since the 2010s. Proponents argue
Variants of bitet explore different ratios of binary to ternary symbols and alternative tree construction algorithms,