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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 綜?∝] | 100100011000111000111111100000011110010101011101 | 918e3f81e55d |
EUC-JP | 綜?∝] | 110000011110111000111111101000101110011101011101 | c1ee3fa2e75d |
UTF-8 | 綜펼∝] | 11100111101101101001110011101101100011101011110011100010100010001001110101011101 | e7b69ced8ebce2889d5d |
UHC | 綜펼∝] | 11110000111111001100011011101110101000011111000001011101 | f0fcc6eea1f05d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)