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 | 萸狄 | 11100100110011101110000010111101 | e4cee0bd |
EUC-JP | 萸狄 | 11101000110100001110000010111111 | e8d0e0bf |
UTF-8 | 萸狄 | 111010001001000010111000111001111000101110000100 | e890b8e78b84 |
UHC | 萸狄 | 11101011101011011110111011011010 | ebadeeda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)