Greetings!
I'm attempting to understand a different way to store text. I've been told that it's stored six bits per character. If you have the text "What's possible?" it'll be stored in a file as "92 128 84 157 56 16 61 52 201 8 193 127 0" (I'm showing it as decimal base). I started digging into some of the serial communication stuff; but, I may be following the wrong path. Any ideas?
I'm attempting to understand a different way to store text. I've been told that it's stored six bits per character. If you have the text "What's possible?" it'll be stored in a file as "92 128 84 157 56 16 61 52 201 8 193 127 0" (I'm showing it as decimal base). I started digging into some of the serial communication stuff; but, I may be following the wrong path. Any ideas?
Comment