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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 蟠滓、悟 | 11100101101101001001111111100110101001001000110011100101 | e5b49fe6a48ce5 |
| EUC-JP | 蟠滓、悟 | 1110101010110110110111101110100010001110101001001011100011100111 | eab6dee88ea4b8e7 |
| UTF-8 | 蟠滓、悟 | 111010001001111110100000111001101011101110010011111011111011110110100100111001101000001010011111 | e89fa0e6bb93efbda4e6829f |
| UHC | 蟠滓?悟 | 11011010111101101110111010101011001111111110011111110110 | daf6eeab3fe7f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)