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 | 艫演外 | 111001001000001110001001100010011000101001001111 | e48389898a4f |
| EUC-JP | 艫演外 | 111001111110001110110001111010011011001110110000 | e7e3b1e9b3b0 |
| UTF-8 | 艫演外 | 111010001000100110101011111001101011110010010100111001011010010010010110 | e889abe6bc94e5a496 |
| UHC | ?演外 | 0011111111100110110100011110100011100010 | 3fe6d1e8e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)