Bit And Unicode Strings
Bit strings are vectors of bits. Unicode strings are vectors of symbols. Unicode strings can be encoded as 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