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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 螂晄 | 11100101101001011001110111100110 | e5a59de6 |
EUC-JP | 螂晄 | 11101010101001111101101011101000 | eaa7dae8 |
UTF-8 | 螂晄 | 111010001001111010000010111001101001100110000100 | e89e82e69984 |
UHC | 螂晄 | 11010101110011001111110011001101 | d5ccfccd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)