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 | 珥鞅 | 11100000111000001110100011010111 | e0e0e8d7 |
EUC-JP | 珥鞅 | 11100000111000101111000011011001 | e0e2f0d9 |
UTF-8 | 珥鞅 | 111001111000111110100101111010011001111010000101 | e78fa5e99e85 |
UHC | 珥? | 111011001011010000111111 | ecb43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)