Answer the question
In order to leave comments, you need to log in
Why is the symbol 8, in decimal it is 56 and not 8?
The numbers in which the information is stored, and the symbols of the numbers - can these things be called differently somehow?
Answer the question
In order to leave comments, you need to log in
The numbers in which the information is stored, and the symbols of the numbers - can these things be called differently somehow?
56(10) is the serial number of the character "8" in the ASCII character table. In DKOI-8, the serial number of this character will be 38 (10), and in some table of the character generator of the RIN-609 display - 8 (10)
I'll try to answer the question: why in ASCII the number "8" is 38 hex = 56 dec.
The fact is that in those days the only means of withdrawal was a teletype. And people just threw the concepts of “text string” and “exchange protocol” into one heap. This means that a rather large set of control characters was required. For programming convenience, control characters are best placed at the beginning of the table: in assembler this would be "if code >= 32, process as a character, otherwise make a table jump".
In one homemade encoding, the numbers were exactly 0 ... 9, a space -1, and a couple more control characters -2, -3. But this is new.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question