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 | ?? | 0011111100111111 | 3f3f |
| SJIS-WIN | エ簇 | 101101001110001011000110 | b4e2c6 |
| EUC-JP | エ簇 | 10001110101101001110010011001000 | 8eb4e4c8 |
| UTF-8 | エ簇 | 111011111011110110110100111001111011000010000111 | efbdb4e7b087 |
| UHC | ?簇 | 001111111111000011101010 | 3ff0ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)