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 | 翔萍 | 11100011110001001110010011001010 | e3c4e4ca |
EUC-JP | 翔萍 | 11100110110001101110100011001100 | e6c6e8cc |
UTF-8 | 翔萍 | 111001111011111110010100111010001001000010001101 | e7bf94e8908d |
UHC | 翔萍 | 11011111110101101111100011000011 | dfd6f8c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)