TI calculator character sets


In computing, a character set is a system of assigning numbers to characters so that text can be represented as a list of numbers. For example, ASCII assigns the hexadecimal number 41, or 65 in base 10, to "A". As part of the design process, Texas Instruments decided to modify the base Latin-1 character set for use with its calculator interface. By adding symbols to the character set, it was possible to reduce design complexity as much more complex parsing would have to have been used otherwise.

TI-83 Plus/84 Plus Series

Code points 0xDF to 0xF0 differ between the small font and large font.

TI-86

TI-86 calculators use a character encoding that aligns with the ASCII printable characters, but includes its own characters in place of the C0 control codes and 0x7F, as well as defining its own characters in the 0x80 to 0xFF range.
notelist

TI-89/92 Series

The TI-89/92 Series calculators use a character encoding similar to Latin-1, except that most of the control characters are replaced with mathematical symbols or Greek letters. All characters are printable except the null character.