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 | 淏イ辷セ赳 | 1111101101000010101100101110011110001000101111101110011011100000 | fb42b2e788bee6e0 |
| EUC-JP | 淏イ辷セ赳 | 1000111111000111110110011000111010110010111011011110100010001110101111101110110011100010 | 8fc7d98eb2ede88ebeece2 |
| UTF-8 | 淏イ辷セ赳 | 111001101011011110001111111011111011110110110010111010001011111010110111111011111011110110111110111010001011010110110011 | e6b78fefbdb2e8beb7efbdbee8b5b3 |
| UHC | 淏???赳 | 11111011110010000011111100111111001111111101000010101111 | fbc83f3f3fd0af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)