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 | セ酩 | 1111001010111111101111101110011111000111 | f2bfbee7c7 |
| EUC-JP | ?セ酩 | 0011111110001110101111101110111011001001 | 3f8ebeeec9 |
| UTF-8 | セ酩 | 111011101000011110110110111011111011110110111110111010011000010110101001 | ee87b6efbdbee985a9 |
| UHC | ??酩 | 00111111001111111101100110101110 | 3f3fd9ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)