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 | ????@h | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | 頂???@h | 10010010101110000011111100111111001111110100000001101000 | 92b83f3f3f4068 |
EUC-JP | 頂???@h | 11000100101110100011111100111111001111110100000001101000 | c4ba3f3f3f4068 |
UTF-8 | 頂찔렰렠@h | 1110100110100000100000101110110010110000100101001110101110100000101100001110101110100000101000000100000001101000 | e9a082ecb094eba0b0eba0a04068 |
UHC | 頂찔렰렠@h | 11110000101000101100001011110001100011101011110110001110101100010100000001101000 | f0a2c2f18ebd8eb14068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)