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 | 鬩慕夢辷セ | 111010011010100110010101111001111001011010110010111001111000100010111110 | e9a995e796b2e788be |
| EUC-JP | 鬩慕夢辷セ | 11110010101010111100101011101001110011001011010011101101111010001000111010111110 | f2abcae9ccb4ede88ebe |
| UTF-8 | 鬩慕夢辷セ | 111010011010110010101001111001101000010110010101111001011010010010100010111010001011111010110111111011111011110110111110 | e9aca9e68595e5a4a2e8beb7efbdbe |
| UHC | ?慕夢?? | 00111111110110011011011111011001110100110011111100111111 | 3fd9b7d9d33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)