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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | 倚莖??^ | 10011000110111111110010010110001001111110011111101011110 | 98dfe4b13f3f5e |
| EUC-JP | 倚莖??^ | 11010000111000011110100010110011001111110011111101011110 | d0e1e8b33f3f5e |
| UTF-8 | 倚莖렪렜^ | 11100101100000001001101011101000100011101001011011101011101000001010101011101011101000001001110001011110 | e5809ae88e96eba0aaeba09c5e |
| UHC | 倚莖렪렜^ | 111010111110111111001100111011001000111010111000100011101010111001011110 | ebefccec8eb88eae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)