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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | ??⇔? | 0011111100111111100000011100110000111111 | 3f3f81cc3f |
| EUC-JP | ??⇔蔣 | 00111111001111111010001011001110100011111101100110110110 | 3f3fa2ce8fd9b6 |
| UTF-8 | 蓮곮⇔蔣 | 111011111010011010011001111010101011001110101110111000101000011110010100111010001001010010100011 | efa699eab3aee28794e894a3 |
| UHC | 蓮곮⇔蔣 | 1110011011100101100000011110100010100010101000101110110111111000 | e6e581e8a2a2edf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)