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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | 蟾ス陲門叉^ | 11100101101101111011110111101000101000101001011011100101100011011011001101011110 | e5b7bde8a296e58db35e |
| EUC-JP | 蟾ス陲門叉^ | 1110101010111001100011101011110111110000101001001100110011100111101110101011010101011110 | eab98ebdf0a4cce7bab55e |
| UTF-8 | 蟾ス陲門叉^ | 11101000100111111011111011101111101111011011110111101001100110011011001011101001100101101000000011100101100011111000100101011110 | e89fbeefbdbde999b2e99680e58f895e |
| UHC | 蟾??門叉^ | 111000001110101000111111001111111101101010100110111100111010100101011110 | e0ea3f3fdaa6f3a95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)