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 | 谺キ蝠飽 | 11100110101011001011011111100101100101011001011001001111 | e6acb7e595964f |
| EUC-JP | 谺キ蝠飽 | 1110110010101110100011101011011111101001111101011100101110110000 | ecae8eb7e9f5cbb0 |
| UTF-8 | 谺キ蝠飽 | 111010001011000010111010111011111011110110110111111010001001110110100000111010011010001110111101 | e8b0baefbdb7e89da0e9a3bd |
| UHC | ???飽 | 0011111100111111001111111111100011101001 | 3f3f3ff8e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)