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 | 占? | 100100001110100000111111 | 90e83f |
EUC-JP | 占? | 110000001110101000111111 | c0ea3f |
UTF-8 | 占졖 | 111001011000110110100000111011001010000110010110 | e58da0eca196 |
UHC | 占졖 | 11101111101111111010000011000010 | efbfa0c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)