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 | 窩拔无 | 111000100111110010011101010101011001110111011001 | e27c9d559dd9 |
| EUC-JP | 窩拔无 | 111000111101110111011001101101101101101011011011 | e3ddd9b6dadb |
| UTF-8 | 窩拔无 | 111001111010101010101001111001101000101110010100111001101001011110100000 | e7aaa9e68b94e697a0 |
| UHC | 窩拔无 | 111010001100000011011010111110111101100111101001 | e8c0dafbd9e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)