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 | ????g? | 001111110011111100111111001111110110011100111111 | 3f3f3f3f673f |
SJIS-WIN | 綜???g? | 10010001100011100011111100111111001111110110011100111111 | 918e3f3f3f673f |
EUC-JP | 綜???g? | 11000001111011100011111100111111001111110110011100111111 | c1ee3f3f3f673f |
UTF-8 | 綜숄렰렲g飇 | 11100111101101101001110011101100100010001000010011101011101000001011000011101011101000001011001001100111111010011010001110000111 | e7b69cec8884eba0b0eba0b267e9a387 |
UHC | 綜숄렰렲g飇 | 1111000011111100101111001111000110001110101111011000111010111111011001111111100011111100 | f0fcbcf18ebd8ebf67f8fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)