What the heck is binary?
ASCII
ASCII = American Standard Code for Information Interchange is a character encoding using 7 bits to represent 128 characters. It’s a character encoding that maps text into a number.
Example:
CharASCII
A65
a97
048
It's how text is stor...
huytrinh.hashnode.dev2 min read