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 | 鏃? | 111010000101011000111111 | e8563f |
EUC-JP | 鏃泮 | 1110111110110111100011111100011110101000 | efb78fc7a8 |
UTF-8 | 鏃泮 | 111010011000111110000011111001101011001110101110 | e98f83e6b3ae |
UHC | 鏃泮 | 11110000111011001101101011101010 | f0ecdaea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)