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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 晤??瓦? | 10011101111010110011111100111111100010101010001000111111 | 9deb3f3f8aa23f |
| EUC-JP | 晤??瓦? | 11011010111011010011111100111111101101001010010000111111 | daed3f3fb4a43f |
| UTF-8 | 晤잋폒瓦껧 | 111001101001100110100100111011001001111010001011111011011000111110010010111001111001001110100110111010101011101110100111 | e699a4ec9e8bed8f92e793a6eabba7 |
| UHC | 晤잋폒瓦껧 | 11100111111110111001111111100100101111001001110011101000101111111000010001000010 | e7fb9fe4bc9ce8bf8442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)