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 | 鞫碁 | 11100110100100011000110011101001 | e6918ce9 |
| EUC-JP | 鞫碁 | 11101011111100011011100011101011 | ebf1b8eb |
| UTF-8 | 鞫碁 | 111010011001111010101011111001111010001010000001 | e99eabe7a281 |
| UHC | 鞫碁 | 11001111110101001101000110110011 | cfd4d1b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)