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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 逶萌 | 11100111100110111001011001000111 | e79b9647 |
EUC-JP | 逶萌 | 11101101111110111100101110101000 | edfbcba8 |
UTF-8 | 逶萌 | 111010011000000010110110111010001001000010001100 | e980b6e8908c |
UHC | ?萌 | 001111111101100011110000 | 3fd8f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)