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 | 占쟃 | 111001011000110110100000111011001001111110000011 | e58da0ec9f83 |
UHC | 占쟃 | 11101111101111111010000001000111 | efbfa047 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)