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 | 雅ι | 10001001111010111000001111000111 | 89eb83c7 |
EUC-JP | 雅ι | 10110010111011011010011011001001 | b2eda6c9 |
UTF-8 | 雅ι | 1110100110011011100001011100111010111001 | e99b85ceb9 |
UHC | 雅ι | 11100100101110101010010111101001 | e4baa5e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)