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 | 獨鮹 | 11100000110101011110100111000001 | e0d5e9c1 |
EUC-JP | 獨鮹 | 11100000110101111111001011000011 | e0d7f2c3 |
UTF-8 | 獨鮹 | 111001111000110110101000111010011010111010111001 | e78da8e9aeb9 |
UHC | 獨? | 110101001011110000111111 | d4bc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)