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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??馮? | 0011111100111111111010010110011100111111 | 3f3fe9673f |
EUC-JP | ??馮? | 0011111100111111111100011100100000111111 | 3f3ff1c83f |
UTF-8 | 싅귙馮뽯 | 111011001000101110000101111010101011011110011001111010011010011010101110111010111011110110101111 | ec8b85eab799e9a6aeebbdaf |
UHC | 싅귙馮뽯 | 1001101011001000100000101110001111111001101001111001011011101011 | 9ac882e3f9a796eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)