Binary Code Translator
The binary translator represents each character as a sequence of 8-bit bytes. It is useful for learning encoding, checking byte-level output, and converting simple text into binary form.
Example
Hi -> 01001000 01101001