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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 羣倶唆B | 11100011101110001000101111100100100011011011010001000010 | e3b88be48db442 |
EUC-JP | 羣倶唆B | 11100110101110101011011011100110101110101011011001000010 | e6bab6e6bab642 |
UTF-8 | 羣倶唆B | 11100111101111101010001111100101100000001011011011100101100101001000011001000010 | e7bea3e580b6e5948642 |
UHC | ??唆B | 0011111100111111110111101100101001000010 | 3f3fdeca42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)