Bit And Unicode Strings
Bit strings are ordered sets of bits. Unicode strings are ordered sets of symbols. Unicode strings can be encoded into bit strings in many different ways. It is often advisable for programs to send and receive bit strings but use Unicode strings internally.
B | ⟶ | 42 |
& | ⟶ | 26 |
Ω | ⟶ | cea9 |
˫ | ⟶ | cbab |
語 | ⟶ | e8aa9e |
∀ | ⟶ | e28880 |
Comments
Post a Comment