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 | 磬菎 | 11100001111111001110010011000000 | e1fce4c0 |
EUC-JP | 磬菎 | 11100010111111101110100011000010 | e2fee8c2 |
UTF-8 | 磬菎 | 111001111010001110101100111010001000111110001110 | e7a3ace88f8e |
UHC | 磬? | 110011001110010000111111 | cce43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)