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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | 煽疫煽壽^ | 100100001111100010001001011101011001000011111000100110101110011001011110 | 90f8897590f89ae65e |
| EUC-JP | 煽疫煽壽^ | 110000001111101010110001110101101100000011111010110101001110100001011110 | c0fab1d6c0fad4e85e |
| UTF-8 | 煽疫煽壽^ | 11100111100001011011110111100111100101101010101111100111100001011011110111100101101000111011110101011110 | e785bde796abe785bde5a3bd5e |
| UHC | 煽疫煽壽^ | 111000001100001111100110101110011110000011000011111000011111100001011110 | e0c3e6b9e0c3e1f85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)