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 | 晶ハイッ | 10001111101110111100101010110010111100001010010010101111 | 8fbbcab2f0a4af |
| EUC-JP | 晶ハイ?ッ | 101111101011110110001110110010101000111010110010001111111000111010101111 | bebd8eca8eb23f8eaf |
| UTF-8 | 晶ハイッ | 111001101001100110110110111011111011111010001010111011111011110110110010111011101000000110100011111011111011110110101111 | e699b6efbe8aefbdb2ee81a3efbdaf |
| UHC | 晶???? | 111011111101110000111111001111110011111100111111 | efdc3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)