Each character is shown with its equivalent Unicode code point and its decimal code point. Only the second half of the table (code points 128–255) is shown, the first half (code points 0–127) being the same as ASCII.
Implementors of mapping tables to Unicode should note that the MIK Code page unifies some characters:
The MIK code page maintains in alphabetical order all Cyrillic letters which enables very easy character manipulation in binary form:
10xx xxxx - is a Cyrillic Letter
100x xxxx - is an Upper-case Cyrillic Letter
101x xxxx - is a Lower-case Cyrillic Letter
In such case testing and character manipulating functions as:
IsAlpha(), IsUpper(), IsLower(), ToUpper() and ToLower(),
are bit operations and sorting is by simple comparison of character values.
"Pravetz 16". Archived from the original on 2016-12-06. Retrieved 2016-12-06. http://www.old-computers.com/museum/computer.asp?st=1&c=615 ↩
da Cruz, Frank (2010-04-02). "Kermit and MIME Character-Set Names". The Kermit Project. Columbia University, New York, USA. Archived from the original on 2016-12-03. Retrieved 2016-12-02. http://www.columbia.edu/kermit/csetnames.html ↩
"Kermit 95 - Cyrillic Character Sets". http://www.kermitproject.org/k95manual/cyrillic.html ↩
http://www.columbia.edu/kermit/ftp/charsets/cp856.txt [bare URL plain text file] http://www.columbia.edu/kermit/ftp/charsets/cp856.txt ↩
Czyborra, Roman (1998-11-30) [1998-05-25]. "The Cyrillic Charset Soup". Archived from the original on 2016-12-03. Retrieved 2016-12-03. [1] [2] http://czyborra.com/charsets/cyrillic.html#Bulgarian%20MIK ↩
Hohlov, Yu. E. "Cyrillic Information Representation in Electronic Form - Character Set (Code Page) Tables". Archived from the original on 2016-12-05. Retrieved 2016-12-05. http://www.iis.ru/cyrillic/resource/tables.en.html ↩
0xE1 is both the German sharp S (U+00DF, ß) and the Greek lowercase beta (U+03B2, β); /wiki/%C3%9F ↩
0xE4 is both the n-ary summation sign (U+2211, ∑) and the Greek uppercase sigma (U+03A3, Σ); /wiki/Series_(mathematics) ↩
0xE6 is both the micro sign (U+00B5, µ) and the Greek lowercase mu (U+03BC, μ); /wiki/Micro_sign ↩
0xEA is both the Ohm sign (U+2126, Ω) and the Greek uppercase omega (U+03A9, Ω); /wiki/Ohm_(unit) ↩
0xEE is both the element-of sign (U+2208, ∈) and the Greek lowercase epsilon (U+03B5, ε)! /wiki/Element_(mathematics) ↩