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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | 魏???^ | 111010011011000000111111001111110011111101011110 | e9b03f3f3f5e |
| EUC-JP | 魏???^ | 111100101011001000111111001111110011111101011110 | f2b23f3f3f5e |
| UTF-8 | 魏잼렧렭^ | 11101001101011011000111111101100100111101011110011101011101000001010011111101011101000001010110101011110 | e9ad8fec9ebceba0a7eba0ad5e |
| UHC | 魏잼렧렭^ | 111010101110000011000000111010111000111010110110100011101011101001011110 | eae0c0eb8eb68eba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)