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 | 蔕器十茆 | 1110010011110110100010101110110110001111010111001110010010011011 | e4f68aed8f5ce49b |
| EUC-JP | 蔕器十茆 | 1110100011111000101101001110111110111101101111011110011111111011 | e8f8b4efbdbde7fb |
| UTF-8 | 蔕器十茆 | 111010001001010010010101111001011001100110101000111001011000110110000001111010001000110010000110 | e89495e599a8e58d81e88c86 |
| UHC | ?器十? | 001111111101000011101111111001001010100000111111 | 3fd0efe4a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)