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 | 悌?製?綜 | 1001001011101110001111111001000010111011001111111001000110001110 | 92ee3f90bb3f918e |
EUC-JP | 悌?製?綜 | 1100010011110000001111111100000010111101001111111100000111101110 | c4f03fc0bd3fc1ee |
UTF-8 | 悌렦製렲綜 | 111001101000001010001100111010111010000010100110111010001010001110111101111010111010000010110010111001111011011010011100 | e6828ceba0a6e8a3bdeba0b2e7b69c |
UHC | 悌렦製렲綜 | 11110000101010101000111010110101111100001011001010001110101111111111000011111100 | f0aa8eb5f0b28ebff0fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)