๐ข Binary โ Text Converter
Convert between binary code and text (ASCII)
Input (Text)
Output (Binary)
Binary Basics:
โข Each character is represented by 8 bits (1 byte)
โข Binary uses only 0 and 1 digits
โข ASCII characters range from 0-127 in decimal
โข Text is encoded as UTF-8, so accented, non-Latin and emoji characters use several bytes and round-trip losslessly
Example: 'A' = 01000001 (65 in decimal)