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 | 葷顰 | 11100100110101101110100011111100 | e4d6e8fc |
EUC-JP | 葷顰 | 11101000110110001111000011111110 | e8d8f0fe |
UTF-8 | 葷顰 | 111010001001000110110111111010011010000110110000 | e891b7e9a1b0 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)