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 | 鴉寃 | 11101001111010111001101110000011 | e9eb9b83 |
EUC-JP | 鴉寃 | 11110010111011011101010111100011 | f2edd5e3 |
UTF-8 | 鴉寃 | 111010011011010010001001111001011010111110000011 | e9b489e5af83 |
UHC | 鴉寃 | 11100100101111001110101010110010 | e4bceab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)