ASCII
7ビット(=128通り)で表される文字集合
大文字の"a"と小文字の"a"
最上位ビットから数えて2桁目が立ってるか立ってないか
制御文字の送信
最上位ビットを消す
man(1)にあるASCIIテーブルがガチ便利
https://man.archlinux.org/man/ascii.7
Uppercase and lowercase characters differ by just one bit and the ASCII character 2 differs from the double quote by just one bit, too. That made it much easier to encode characters mechanically or with a non-microcontroller-based electronic keyboard and that pairing was found on old teletypes.
ASCIIのビット設計が、機械式または初期の電子式入力装置で「特定のビットを操作するだけで」文字や制御信号を簡単に切り替えられる仕組み
キーボード配列に凝縮されたコンピュータの歴史とは