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 | 羨齧 | 10010001010000011110101010010110 | 9141ea96 |
EUC-JP | 羨齧 | 11000001101000101111001111110110 | c1a2f3f6 |
UTF-8 | 羨齧 | 111001111011111010101000111010011011110110100111 | e7bea8e9bda7 |
UHC | 羨齧 | 11100000110011001110000011100101 | e0cce0e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)