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 | 芻茅 | 11100100100011011000101010011101 | e48d8a9d |
EUC-JP | 芻茅 | 11100111111011011011001111111101 | e7edb3fd |
UTF-8 | 芻茅 | 111010001000101010111011111010001000110010000101 | e88abbe88c85 |
UHC | 芻茅 | 11110101110101101101100111000110 | f5d6d9c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)