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 | 磬墨 | 11100001111111001001011001101110 | e1fc966e |
EUC-JP | 磬墨 | 11100010111111101100101111001111 | e2fecbcf |
UTF-8 | 磬墨 | 111001111010001110101100111001011010001010101000 | e7a3ace5a2a8 |
UHC | 磬墨 | 11001100111001001101100111111000 | cce4d9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)