I\'m really trying to get better with this stuff. I\'m pretty functional with internationalization concepts like this, but I need to get a better background on the theory b
A Character Set is just that, a set of characters that can be used.
Each of these characters is mapped to an integer called code point.
How these code points are represented in memory is the encoding. An encoding is just a method to transform a code-point (U+0041 - Unicode code-point for the character 'A') into raw data (bits and bytes).