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 | 羯衒糧 | 111000111011100111100101110010001001011111000110 | e3b9e5c897c6 |
| EUC-JP | 羯衒糧 | 111001101011101111101010110010101100111011001000 | e6bbeacacec8 |
| UTF-8 | 羯衒糧 | 111001111011111010101111111010001010000110010010111001111011001110100111 | e7beafe8a192e7b3a7 |
| UHC | ?衒糧 | 0011111111111010111001011101010111011101 | 3ffae5d5dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)