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 | ?睦晁 | 0011111110010110011100101001110111101000 | 3f96729de8 |
| EUC-JP | ?睦晁 | 0011111111001011110100111101101011101010 | 3fcbd3daea |
| UTF-8 | 뤗睦晁 | 111010111010010010010111111001111001110110100110111001101001100110000001 | eba497e79da6e69981 |
| UHC | 뤗睦晁 | 100011111100011111011001110011101111000011000101 | 8fc7d9cef0c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)