To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??y??yB | 00111111001111110111100100111111001111110111100101000010 | 3f3f793f3f7942 |
SJIS-WIN | 箪其y箪其yB | 1001001001011100100100011011010001111001100100100101110010010001101101000111100101000010 | 925c91b479925c91b47942 |
EUC-JP | 箪其y箪其yB | 1100001110111101110000101011011001111001110000111011110111000010101101100111100101000010 | c3bdc2b679c3bdc2b67942 |
UTF-8 | 箪其y箪其yB | 111001111010111010101010111001011000010110110110011110011110011110101110101010101110010110000101101101100111100101000010 | e7aeaae585b679e7aeaae585b67942 |
UHC | ?其y?其yB | 001111111101000011101100011110010011111111010000111011000111100101000010 | 3fd0ec793fd0ec7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)