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 | 褂晞岫 | 111001011110011010011101111010011001101110101011 | e5e69de99bab |
EUC-JP | 褂晞岫 | 111010101110100011011010111010111101011010101101 | eae8daebd6ad |
UTF-8 | 褂晞岫 | 111010001010010010000010111001101001100110011110111001011011001010101011 | e8a482e6999ee5b2ab |
UHC | ?晞岫 | 0011111111111101111101011110000111111011 | 3ffdf5e1fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)