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 | 癌洩船 | 100010101110000010001001011010111001000101000100 | 8ae0896b9144 |
| EUC-JP | 癌洩船 | 101101001110001010110001110011001100000110100101 | b4e2b1ccc1a5 |
| UTF-8 | 癌洩船 | 111001111001100110001100111001101011010010101001111010001000100010111001 | e7998ce6b4a9e888b9 |
| UHC | 癌洩船 | 111001001101111111100000110111011110000011001111 | e4dfe0dde0cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)