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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 伍?伍?^ | 10001100110111100011111110001100110111100011111101011110 | 8cde3f8cde3f5e |
EUC-JP | 伍?伍?^ | 10111000111000000011111110111000111000000011111101011110 | b8e03fb8e03f5e |
UTF-8 | 伍툯伍툯^ | 11100100101111001000110111101101100010001010111111100100101111001000110111101101100010001010111101011110 | e4bc8ded88afe4bc8ded88af5e |
UHC | 伍툯伍툯^ | 111001111110101010111001010001001110011111101010101110010100010001011110 | e7eab944e7eab9445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)