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 | 鶩貘 | 11101010010011101110011011000000 | ea4ee6c0 |
EUC-JP | 鶩貘 | 11110011101011111110110011000010 | f3afecc2 |
UTF-8 | 鶩貘 | 111010011011011010101001111010001011001010011000 | e9b6a9e8b298 |
UHC | 鶩? | 110110011101000000111111 | d9d03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)