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 | ??挑 | 00111111001111111001001010100111 | 3f3f92a7 |
| EUC-JP | ??挑 | 00111111001111111100010010101001 | 3f3fc4a9 |
| UTF-8 | 뤗늬挑 | 111010111010010010010111111010111000101010101100111001101000110010010001 | eba497eb8aace68c91 |
| UHC | 뤗늬挑 | 100011111100011110110100110011001101001111111011 | 8fc7b4ccd3fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)