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

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -