What is the difference between 65 and the letter A in binary? -


what difference between 65 , letter in binary both represent same bit level information?

every character represented number. mapping between numbers , characters called encoding. many encodings use letter a number 65. since in memory there no special cells characters or numbers, represented same way, interpretation in program different.


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -