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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 中?中?B | 10010010100001100011111110010010100001100011111101000010 | 92863f92863f42 |
EUC-JP | 中?中?B | 11000011111001100011111111000011111001100011111101000010 | c3e63fc3e63f42 |
UTF-8 | 中렏中렏B | 11100100101110001010110111101011101000001000111111100100101110001010110111101011101000001000111101000010 | e4b8adeba08fe4b8adeba08f42 |
UHC | 中렏中렏B | 111100011110100110001110101001011111000111101001100011101010010101000010 | f1e98ea5f1e98ea542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)