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 | ????h? | 001111110011111100111111001111110110100000111111 | 3f3f3f3f683f |
SJIS-WIN | 綜???h綜 | 1001000110001110001111110011111100111111011010001001000110001110 | 918e3f3f3f68918e |
EUC-JP | 綜???h綜 | 1100000111101110001111110011111100111111011010001100000111101110 | c1ee3f3f3f68c1ee |
UTF-8 | 綜폈렰렍h綜 | 11100111101101101001110011101101100011111000100011101011101000001011000011101011101000001000110101101000111001111011011010011100 | e7b69ced8f88eba0b0eba08d68e7b69c |
UHC | 綜폈렰렍h綜 | 1111000011111100110001101111000110001110101111011000111010100011011010001111000011111100 | f0fcc6f18ebd8ea368f0fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)