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 | 蕀桁 | 11100100111110011000110010000101 | e4f98c85 |
| EUC-JP | 蕀桁 | 11101000111110111011011111100101 | e8fbb7e5 |
| UTF-8 | 蕀桁 | 111010001001010110000000111001101010000110000001 | e89580e6a181 |
| UHC | ?桁 | 001111111111100111111001 | 3ff9f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)