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 | 兪葮 | 10011001011000001110010011011001 | 9960e4d9 |
EUC-JP | 兪葮 | 11010001110000011110100011011011 | d1c1e8db |
UTF-8 | 兪葮 | 111001011000010110101010111010001001000110101110 | e585aae891ae |
UHC | 兪? | 111010101110010000111111 | eae43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)