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 | ?? | 0011111100111111 | 3f3f |
| SJIS-WIN | 漆汐 | 10001110101111011000111010101100 | 8ebd8eac |
| EUC-JP | 漆汐 | 10111100101111111011110010101110 | bcbfbcae |
| UTF-8 | 漆汐 | 111001101011110010000110111001101011000110010000 | e6bc86e6b190 |
| UHC | 漆汐 | 11110110110101001110000010110001 | f6d4e0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)