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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 蟾ス陲門叉 | 111001011011011110111101111010001010001010010110111001011000110110110011 | e5b7bde8a296e58db3 |
| EUC-JP | 蟾ス陲門叉 | 11101010101110011000111010111101111100001010010011001100111001111011101010110101 | eab98ebdf0a4cce7bab5 |
| UTF-8 | 蟾ス陲門叉 | 111010001001111110111110111011111011110110111101111010011001100110110010111010011001011010000000111001011000111110001001 | e89fbeefbdbde999b2e99680e58f89 |
| UHC | 蟾??門叉 | 1110000011101010001111110011111111011010101001101111001110101001 | e0ea3f3fdaa6f3a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)