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 | 蔟磯衆 | 111001001111010110001000111010011000111101001111 | e4f588e98f4f |
| EUC-JP | 蔟磯衆 | 111010001111011110110000111010111011110110110000 | e8f7b0ebbdb0 |
| UTF-8 | 蔟磯衆 | 111010001001010010011111111001111010001110101111111010001010000110000110 | e8949fe7a3afe8a186 |
| UHC | ?磯衆 | 0011111111010001101101001111000111101011 | 3fd1b4f1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)