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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 紜士泣 | 111000110100000110001110011011011000101110000011 | e3418e6d8b83 |
| EUC-JP | 紜士泣 | 111001011010001010111011110011101011010111100011 | e5a2bbceb5e3 |
| UTF-8 | 紜士泣 | 111001111011010010011100111001011010001110101011111001101011001110100011 | e7b49ce5a3abe6b3a3 |
| UHC | ?士泣 | 0011111111011110110011011110101111101000 | 3fdecdebe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)