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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 綜?愼?? | 10010001100011100011111110011100110001000011111100111111 | 918e3f9cc43f3f |
EUC-JP | 綜?愼?塼 | 110000011110111000111111110110001100011000111111100011111011100010111001 | c1ee3fd8c63f8fb8b9 |
UTF-8 | 綜렕愼렧塼 | 111001111011011010011100111010111010000010010101111001101000010010111100111010111010000010100111111001011010000110111100 | e7b69ceba095e684bceba0a7e5a1bc |
UHC | 綜렕愼렧塼 | 11110000111111001000111010101010111000111110010110001110101101101110111011110100 | f0fc8eaae3e58eb6eef4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)