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 | 矮淅 | 11100001111000101001111111000110 | e1e29fc6 |
EUC-JP | 矮淅 | 11100010111001001101111011001000 | e2e4dec8 |
UTF-8 | 矮淅 | 111001111001111110101110111001101011011110000101 | e79faee6b785 |
UHC | 矮淅 | 11101000111000011110000010110010 | e8e1e0b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)