A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Types of Encoder

EBCDIC CP37
EBCDIC CP37

In an EBCDIC file, each alphabetic or numeric character is represented with an 8-bit binary number (a string of eight 0's or 1's). 256 possible characters (letters of the alphabet, numerals, and special characters) are defined.

ISO 646 ASCII
ISO 646 ASCII

ISO-646: First attempts to internationalize the 7bit code The only languages that can comfortably be written with the repertoire of US-ASCII happen to be Latin, Swahili, Hawaiian and American English without most typographic frills.

source: czyborra.com
ISO 8859: ISO 8859-1 Western Europe
ISO 8859: ISO 8859-1 Western Europe

ISO-8859-1 (Western Europe) is a 8-bit single-byte coded character set. Also known as ISO Latin 1. The 256 characters are identical to the first 256 characters of UTF-8 (and UTF-16).

source: charset.org
image: hri.org
KOI8-R, KOI8-U, KOI7
KOI8-R, KOI8-U, KOI7

KOI8-R is an 8-bit character encoding, designed to cover Russian, which uses a Cyrillic alphabet. It also happens to cover Bulgarian, but has not been used for that purpose since CP1251 was accepted. A derivative encoding is KOI8-U, which adds Ukrainian characters.

Mac OS Roman
Mac OS Roman

Mac OS Roman is a character encoding primarily used by the classic Mac OS to represent text. It encodes 256 characters, the first 128 of which are identical to ASCII, with the remaining characters including mathematical symbols, diacritics, and additional punctuation marks.

MIK
MIK

The name LAME is a recursive acronym for "LAME Ain't an MP3 Encoder". Around mid-1998, Mike Cheng created LAME 1.0 as a set of modifications against the "8Hz-MP3" encoder source code. After some quality concerns raised by others, he decided to start again from scratch based on the "dist10" MPEG reference software sources.

MS-Windows Character Sets:
MS-Windows Character Sets:

A "character set" is a mapping of characters to their identifying code values. The character set most commonly used in computers today is Unicode, a global standard for character encoding. Internally, Windows applications use the UTF-16 implementation of Unicode.

Related Questions

Related Types