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 | 惜昔 | 10010000110010011001000011001100 | 90c990cc |
EUC-JP | 惜昔 | 11000000110010111100000011001110 | c0cbc0ce |
UTF-8 | 惜昔 | 111001101000001110011100111001101001100010010100 | e6839ce69894 |
UHC | 惜昔 | 11100000101011011110000010101110 | e0ade0ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)