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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 毓??艶 | 100111110111100100111111001111111000100110010000 | 9f793f3f8990 |
| EUC-JP | 毓??艶 | 110111011101101000111111001111111011000111110000 | ddda3f3fb1f0 |
| UTF-8 | 毓몄꼵艶 | 111001101010111110010011111010111010101010000100111010101011110010110101111010001000100110110110 | e6af93ebaa84eabcb5e889b6 |
| UHC | 毓몄꼵艶 | 1110101110111110101110001110110010000100100011011110011011111101 | ebbeb8ec848de6fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)