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 | 毅陌??迂 | 1000101101000010111010001001100100111111001111111000100101001001 | 8b42e8993f3f8949 |
EUC-JP | 毅陌??迂 | 1011010110100011111011111111100100111111001111111011000110101010 | b5a3eff93f3fb1aa |
UTF-8 | 毅陌렫렲迂 | 111001101010111110000101111010011001100110001100111010111010000010101011111010111010000010110010111010001011111110000010 | e6af85e9998ceba0abeba0b2e8bf82 |
UHC | 毅陌렫렲迂 | 11101011111101101101100011101000100011101011100110001110101111111110100111100110 | ebf6d8e88eb98ebfe9e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)