Text becomes bytes before it becomes binary
A text-to-binary conversion starts with an encoding, not with a mysterious alphabet. EncodeLab turns each character into UTF-8 bytes and writes every byte as eight binary digits: A becomes 01000001, while Hi becomes 01001000 01101001.