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 | 髻倶ケ溽ウ | 1110100110011111100010111110010010111001100111111110011110110011 | e99f8be4b99fe7b3 |
| EUC-JP | 髻倶ケ溽ウ | 11110010101000011011011011100110100011101011100111011110111010011000111010110011 | f2a1b6e68eb9dee98eb3 |
| UTF-8 | 髻倶ケ溽ウ | 111010011010101110111011111001011000000010110110111011111011110110111001111001101011101010111101111011111011110110110011 | e9abbbe580b6efbdb9e6babdefbdb3 |
| UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)