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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | 衆鷄衆鷄B | 100011110100111111101010010100001000111101001111111010100101000001000010 | 8f4fea508f4fea5042 |
| EUC-JP | 衆鷄衆鷄B | 101111011011000011110011101100011011110110110000111100111011000101000010 | bdb0f3b1bdb0f3b142 |
| UTF-8 | 衆鷄衆鷄B | 11101000101000011000011011101001101101111000010011101000101000011000011011101001101101111000010001000010 | e8a186e9b784e8a186e9b78442 |
| UHC | 衆鷄衆鷄B | 111100011110101111001101101011101111000111101011110011011010111001000010 | f1ebcdaef1ebcdae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)