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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | シェ章ェシセ | 111100101110111110111100101010101000111111001101101010101011110010111110 | f2efbcaa8fcdaabcbe |
EUC-JP | ?シェ章ェシセ | 00111111100011101011110010001110101010101011111011001111100011101010101010001110101111001000111010111110 | 3f8ebc8eaabecf8eaa8ebc8ebe |
UTF-8 | シェ章ェシセ | 111011101000100010100110111011111011110110111100111011111011110110101010111001111010101110100000111011111011110110101010111011111011110110111100111011111011110110111110 | ee88a6efbdbcefbdaae7aba0efbdaaefbdbcefbdbe |
UHC | ???章??? | 0011111100111111001111111110110111110001001111110011111100111111 | 3f3f3fedf13f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)