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 | 材團材團^ | 100011011101111010011010101000111000110111011110100110101010001101011110 | 8dde9aa38dde9aa35e |
| EUC-JP | 材團材團^ | 101110101110000011010100101001011011101011100000110101001010010101011110 | bae0d4a5bae0d4a55e |
| UTF-8 | 材團材團^ | 11100110100111011001000011100101100111001001100011100110100111011001000011100101100111001001100001011110 | e69d90e59c98e69d90e59c985e |
| UHC | 材團材團^ | 111011101010011111010011101001011110111010100111110100111010010101011110 | eea7d3a5eea7d3a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)