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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 第紗???? | 1001000111100110100011101101000100111111001111110011111100111111 | 91e68ed13f3f3f3f |
EUC-JP | 第紗???? | 1100001011101000101111001101001100111111001111110011111100111111 | c2e8bcd33f3f3f3f |
UTF-8 | 第紗렩띳렰렮 | 111001111010110010101100111001111011010010010111111010111010000010101001111010111001110110110011111010111010000010110000111010111010000010101110 | e7acace7b497eba0a9eb9db3eba0b0eba0ae |
UHC | 第紗렩띳렰렮 | 111100001010111111011110111010011000111010110111101101101111000110001110101111011000111010111011 | f0afdee98eb7b6f18ebd8ebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)