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 | セモウ蹉 | 10111110111100011011110011010011101100111110011101000001 | bef1bcd3b3e741 |
| EUC-JP | セ?モウ蹉 | 100011101011111000111111100011101101001110001110101100111110110110100010 | 8ebe3f8ed38eb3eda2 |
| UTF-8 | セモウ蹉 | 111011111011110110111110111011101000010010110111111011111011111010010011111011111011110110110011111010001011100110001001 | efbdbeee84b7efbe93efbdb3e8b989 |
| UHC | ????蹉 | 001111110011111100111111001111111111001110110010 | 3f3f3f3ff3b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)