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 | 期肋 | 10001010111110101001100001011101 | 8afa985d |
EUC-JP | 期肋 | 10110100111111001100111110111110 | b4fccfbe |
UTF-8 | 期肋 | 111001101001110010011111111010001000001010001011 | e69c9fe8828b |
UHC | 期肋 | 11010001101000101101011111001110 | d1a2d7ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)