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 | 芻顔 | 11100100100011011000101011100111 | e48d8ae7 |
EUC-JP | 芻顔 | 11100111111011011011010011101001 | e7edb4e9 |
UTF-8 | 芻顔 | 111010001000101010111011111010011010000110010100 | e88abbe9a194 |
UHC | 芻顔 | 11110101110101101110010011010100 | f5d6e4d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)