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 | 纖肴 | 11100011100110011000110111100110 | e3998de6 |
EUC-JP | 纖肴 | 11100101111110011011101011101000 | e5f9bae8 |
UTF-8 | 纖肴 | 111001111011101010010110111010001000001010110100 | e7ba96e882b4 |
UHC | 纖肴 | 11100000111010011111110110100010 | e0e9fda2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)