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 | 盡畆 | 11100001101101101110000101011011 | e1b6e15b |
EUC-JP | 盡畆 | 11100010101110001110000110111100 | e2b8e1bc |
UTF-8 | 盡畆 | 111001111001101110100001111001111001010110000110 | e79ba1e79586 |
UHC | 盡? | 111100101101011100111111 | f2d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)