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? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 綜?h綜 | 100100011000111000111111011010001001000110001110 | 918e3f68918e |
EUC-JP | 綜?h綜 | 110000011110111000111111011010001100000111101110 | c1ee3f68c1ee |
UTF-8 | 綜렟h綜 | 11100111101101101001110011101011101000001001111101101000111001111011011010011100 | e7b69ceba09f68e7b69c |
UHC | 綜렟h綜 | 11110000111111001000111010110000011010001111000011111100 | f0fc8eb068f0fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)