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 | 芻企 | 11100100100011011000101011101001 | e48d8ae9 |
EUC-JP | 芻企 | 11100111111011011011010011101011 | e7edb4eb |
UTF-8 | 芻企 | 111010001000101010111011111001001011110010000001 | e88abbe4bc81 |
UHC | 芻企 | 11110101110101101101000011101010 | f5d6d0ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)