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 | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-WIN | 眸x | 1110000111000110111101011110011101111000 | e1c6f5e778 |
EUC-JP | 眸?x | 11100010110010000011111101111000 | e2c83f78 |
UTF-8 | 眸x | 11100111100111001011100011101110100100011001001001111000 | e79cb8ee919278 |
UHC | 眸?x | 11011001110000100011111101111000 | d9c23f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)