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 | ?盛? | 00111111100100001011011100111111 | 3f90b73f |
| EUC-JP | ?盛濩 | 001111111100000010111001100011111100100110100100 | 3fc0b98fc9a4 |
| UTF-8 | 컫盛濩 | 111011001011101110101011111001111001101110011011111001101011111110101001 | ecbbabe79b9be6bfa9 |
| UHC | 컫盛濩 | 110001001100001011100000111111001111101111001101 | c4c2e0fcfbcd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)