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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 綜?證龍 | 10010001100011100011111111100110100110101001011110110100 | 918e3fe69a97b4 |
EUC-JP | 綜?證龍 | 11000001111011100011111111101011111110101100111010110110 | c1ee3febfaceb6 |
UTF-8 | 綜렰證龍 | 111001111011011010011100111010111010000010110000111010001010110110001001111010011011111010001101 | e7b69ceba0b0e8ad89e9be8d |
UHC | 綜렰證龍 | 1111000011111100100011101011110111110001111110111101011110100011 | f0fc8ebdf1fbd7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)