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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ???船 | 0011111100111111001111111001000101000100 | 3f3f3f9144 |
| EUC-JP | ???船 | 0011111100111111001111111100000110100101 | 3f3f3fc1a5 |
| UTF-8 | 蟬쓁뺪船 | 111010001001111110101100111011001001001110000001111010111011101010101010111010001000100010111001 | e89facec9381ebbaaae888b9 |
| UHC | 蟬쓁뺪船 | 1110000011010001100111010101011010010101111100011110000011001111 | e0d19d5695f1e0cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)