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 | 幄? | 100110111110100000111111 | 9be83f |
| EUC-JP | 幄? | 110101101110101000111111 | d6ea3f |
| UTF-8 | 幄뢀 | 111001011011100110000100111010111010001010000000 | e5b984eba280 |
| UHC | 幄뢀 | 11100100110000011000111011111010 | e4c18efa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)