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 | 綜?揄??? | 1001000110001110001111111001110110001001001111110011111100111111 | 918e3f9d893f3f3f |
EUC-JP | 綜?揄??? | 1100000111101110001111111101100111101001001111110011111100111111 | c1ee3fd9e93f3f3f |
UTF-8 | 綜섬揄렾뤰탮 | 111001111011011010011100111011001000010010101100111001101000111110000100111010111010000010111110111010111010010010110000111011011000001110101110 | e7b69cec84ace68f84eba0beeba4b0ed83ae |
UHC | 綜섬揄렾뤰탮 | 111100001111110010111100101101101110101011110001100011101100011010001111110111101011010110001110 | f0fcbcb6eaf18ec68fdeb58e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)