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 | 招潴 | 10001111101101011110000001101011 | 8fb5e06b |
EUC-JP | 招潴 | 10111110101101111101111111001100 | beb7dfcc |
UTF-8 | 招潴 | 111001101000101110011011111001101011110110110100 | e68b9be6bdb4 |
UHC | 招? | 111101001111110100111111 | f4fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)