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 | 窩拔无辛? | 111000100111110010011101010101011001110111011001100100000110100000111111 | e27c9d559dd990683f |
| EUC-JP | 窩拔无辛? | 111000111101110111011001101101101101101011011011101111111100100100111111 | e3ddd9b6dadbbfc93f |
| UTF-8 | 窩拔无辛렩 | 111001111010101010101001111001101000101110010100111001101001011110100000111010001011111010011011111010111010000010101001 | e7aaa9e68b94e697a0e8be9beba0a9 |
| UHC | 窩拔无辛렩 | 11101000110000001101101011111011110110011110100111100011111101001000111010110111 | e8c0dafbd9e9e3f48eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)