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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 莨件終 | 111001001011110010001100100011111000111101001001 | e4bc8c8f8f49 |
| EUC-JP | 莨件終 | 111010001011111010110111111011111011110110101010 | e8beb7efbdaa |
| UTF-8 | 莨件終 | 111010001000111010101000111001001011101110110110111001111011010110000010 | e88ea8e4bbb6e7b582 |
| UHC | ?件終 | 0011111111001011111011001111000011111011 | 3fcbecf0fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)