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 | 涎星 | 10011111101101011001000010101111 | 9fb590af |
EUC-JP | 涎星 | 11011110101101111100000010110001 | deb7c0b1 |
UTF-8 | 涎星 | 111001101011011010001110111001101001100010011111 | e6b68ee6989f |
UHC | 涎星 | 11100110110011101110000011111000 | e6cee0f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)