Is ASCII code 7-bit or 8-bit?

前端 未结 6 1288
情深已故
情深已故 2020-12-02 05:49

My teacher told me ASCII is 8-bit character coding scheme. But it is defined only for 0-127 codes which means it can be fit into 7-bits. So can\'t it be argued that ASCII bi

6条回答
  •  天命终不由人
    2020-12-02 06:10

    On Linux man ascii says:

    ASCII is the American Standard Code for Information Interchange. It is a 7-bit code.

提交回复
热议问题