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 | 贍僊 | 11100110110101101001100101000001 | e6d69941 |
EUC-JP | 贍僊 | 11101100110110001101000110100010 | ecd8d1a2 |
UTF-8 | 贍僊 | 111010001011010010001101111001011000001110001010 | e8b48de5838a |
UHC | 贍僊 | 11100000111010111110000010111010 | e0ebe0ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)