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 | 暎? | 100111011111001100111111 | 9df33f |
| EUC-JP | 暎? | 110110101111010100111111 | daf53f |
| UTF-8 | 暎폗 | 111001101001101010001110111011011000111110010111 | e69a8eed8f97 |
| UHC | 暎폗 | 11100111101100101011110101000001 | e7b2bd41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)