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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 嘶??雙? | 10011010011111000011111100111111100110011101010000111111 | 9a7c3f3f99d43f |
EUC-JP | 嘶??雙? | 11010011110111010011111100111111110100101101011000111111 | d3dd3f3fd2d63f |
UTF-8 | 嘶롰뢇雙딇 | 111001011001100010110110111010111010000110110000111010111010001010000111111010011001101110011001111010111001010010000111 | e598b6eba1b0eba287e99b99eb9487 |
UHC | 嘶롰뢇雙딇 | 11100011101101101000111011101101100011110100001111100100101010101000101011101101 | e3b68eed8f43e4aa8aed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)