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 | 占쟗 | 111001011000110110100000111011001001111110010111 | e58da0ec9f97 |
UHC | 占쟗 | 11101111101111111010000001010110 | efbfa056 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)