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 | 淳?? | 10001111011111100011111100111111 | 8f7e3f3f |
| EUC-JP | 淳?? | 10111101110111110011111100111111 | bddf3f3f |
| UTF-8 | 淳럨륟 | 111001101011011110110011111010111001111110101000111010111010010110011111 | e6b7b3eb9fa8eba59f |
| UHC | 淳럨륟 | 111000101110100010001110100010111001000001000101 | e2e88e8b9045 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)