Unicode
Introduction You may have heard the phrase that “computers only process ones and zeroes”. These are formally referred to as bits. This raises the question how computers represent letters (like Y, e and s). Representing characters using only bits basically involves two steps. First, each letter is represented by a number. Second, each number is represented by […]
