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 | 邨ィ蠕悟搗 | 111001111011010110101000111001011011111010001100111001011001110110010001 | e7b5a8e5be8ce59d91 |
| EUC-JP | 邨ィ蠕悟搗 | 11101110101101111000111010101000111010101100000010111000111001111101100111110001 | eeb78ea8eac0b8e7d9f1 |
| UTF-8 | 邨ィ蠕悟搗 | 111010011000001010101000111011111011110110101000111010001010000010010101111001101000001010011111111001101001000010010111 | e982a8efbda8e8a095e6829fe69097 |
| UHC | 邨??悟搗 | 1111010110111110001111110011111111100111111101101101001111111101 | f5be3f3fe7f6d3fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)