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 | ????a? | 001111110011111100111111001111110110000100111111 | 3f3f3f3f613f |
SJIS-WIN | 綜???a綜 | 1001000110001110001111110011111100111111011000011001000110001110 | 918e3f3f3f61918e |
EUC-JP | 綜???a綜 | 1100000111101110001111110011111100111111011000011100000111101110 | c1ee3f3f3f61c1ee |
UTF-8 | 綜숄렰렟a綜 | 11100111101101101001110011101100100010001000010011101011101000001011000011101011101000001001111101100001111001111011011010011100 | e7b69cec8884eba0b0eba09f61e7b69c |
UHC | 綜숄렰렟a綜 | 1111000011111100101111001111000110001110101111011000111010110000011000011111000011111100 | f0fcbcf18ebd8eb061f0fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)