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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | ?懸? | 00111111100011001001110000111111 | 3f8c9c3f |
| EUC-JP | ?懸? | 00111111101101111111110000111111 | 3fb7fc3f |
| UTF-8 | 뤳懸蠟 | 111010111010010010110011111001101000011110111000111011111010010010100111 | eba4b3e687b8efa4a7 |
| UHC | 뤳懸蠟 | 100011111110000111111010110110001101001010100011 | 8fe1fad8d2a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)