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 | 据? | 100100001001100000111111 | 90983f |
EUC-JP | 据? | 101111111111100000111111 | bff83f |
UTF-8 | 据벼 | 111001101000110110101110111010111011001010111100 | e68daeebb2bc |
UHC | 据벼 | 11001011110111111011101010101101 | cbdfbaad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)