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 | 綜簷綜簷^ | 100100011000111011100010110100011001000110001110111000101101000101011110 | 918ee2d1918ee2d15e |
EUC-JP | 綜簷綜簷^ | 110000011110111011100100110100111100000111101110111001001101001101011110 | c1eee4d3c1eee4d35e |
UTF-8 | 綜簷綜簷^ | 11100111101101101001110011100111101100001011011111100111101101101001110011100111101100001011011101011110 | e7b69ce7b0b7e7b69ce7b0b75e |
UHC | 綜?綜?^ | 11110000111111000011111111110000111111000011111101011110 | f0fc3ff0fc3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)