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 | 鶩覯 | 11101010010011101110011001010001 | ea4ee651 |
EUC-JP | 鶩覯 | 11110011101011111110101110110010 | f3afebb2 |
UTF-8 | 鶩覯 | 111010011011011010101001111010001010011010101111 | e9b6a9e8a6af |
UHC | 鶩? | 110110011101000000111111 | d9d03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)