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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 召悅ヒシ | 10001111101000101111101010111101111100101010000111110001101000101100101110111100 | 8fa2fabdf2a1f1a2cbbc |
EUC-JP | 召???ヒシ | 101111101010010000111111001111110011111110001110110010111000111010111100 | bea43f3f3f8ecb8ebc |
UTF-8 | 召悅ヒシ | 111001011000111110101100111001101000001010000101111011101000011110011000111011101000010010011101111011111011111010001011111011111011110110111100 | e58face68285ee8798ee849defbe8befbdbc |
UHC | 召悅???? | 1110000110101111111001101110110100111111001111110011111100111111 | e1afe6ed3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)