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 | 綜?n雍? | 1001000110001110001111111000001010001110111010001011010000111111 | 918e3f828ee8b43f |
EUC-JP | 綜?n雍? | 1100000111101110001111111010001111101110111100001011011000111111 | c1ee3fa3eef0b63f |
UTF-8 | 綜쭤n雍렟 | 111001111011011010011100111011001010110110100100111011111011110110001110111010011001101110001101111010111010000010011111 | e7b69cecada4efbd8ee99b8deba09f |
UHC | 綜쭤n雍렟 | 11110000111111001100001011100101101000111110111011101000101111001000111010110000 | f0fcc2e5a3eee8bc8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)