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 | 轣檎胸 | 111001111000000110001100111001111000101110111001 | e7818ce78bb9 |
| EUC-JP | 轣檎胸 | 111011011110000110111000111010011011011010111011 | ede1b8e9b6bb |
| UTF-8 | 轣檎胸 | 111010001011110110100011111001101010101010001110111010001000001110111000 | e8bda3e6aa8ee883b8 |
| UHC | ?檎胸 | 0011111111010000110101011111110111011000 | 3fd0d5fdd8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)