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 | 豸曾 | 11100110101101101001000101011100 | e6b6915c |
EUC-JP | 豸曾 | 11101100101110001100000110111101 | ecb8c1bd |
UTF-8 | 豸曾 | 111010001011000110111000111001101001101110111110 | e8b1b8e69bbe |
UHC | ?曾 | 001111111111000111110100 | 3ff1f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)