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 | 綜?錚??? | 1001000110001110001111111110100001000010001111110011111100111111 | 918e3fe8423f3f3f |
EUC-JP | 綜?錚??? | 1100000111101110001111111110111110100011001111110011111100111111 | c1ee3fefa33f3f3f |
UTF-8 | 綜렰錚쟀렫렣 | 111001111011011010011100111010111010000010110000111010011000110010011010111011001001111110000000111010111010000010101011111010111010000010100011 | e7b69ceba0b0e98c9aec9f80eba0abeba0a3 |
UHC | 綜렰錚쟀렫렣 | 111100001111110010001110101111011110111010110110110000001110111010001110101110011000111010110100 | f0fc8ebdeeb6c0ee8eb98eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)