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 | 鶩猊 | 11101010010011101110000011000111 | ea4ee0c7 |
EUC-JP | 鶩猊 | 11110011101011111110000011001001 | f3afe0c9 |
UTF-8 | 鶩猊 | 111010011011011010101001111001111000110010001010 | e9b6a9e78c8a |
UHC | 鶩猊 | 11011001110100001110011111011001 | d9d0e7d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)