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 | ??^ | 001111110011111101011110 | 3f3f5e |
| SJIS-WIN | 茹帋^ | 1110010010100101100110111110000101011110 | e4a59be15e |
| EUC-JP | 茹帋^ | 1110100010100111110101101110001101011110 | e8a7d6e35e |
| UTF-8 | 茹帋^ | 11101000100011001011100111100101101110001000101101011110 | e88cb9e5b88b5e |
| UHC | 茹?^ | 11100110101010100011111101011110 | e6aa3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)