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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 轅轅B | 1110011101110110111001110111011001000010 | e776e77642 |
EUC-JP | 轅轅B | 1110110111010111111011011101011101000010 | edd7edd742 |
UTF-8 | 轅轅B | 11101000101111011000010111101000101111011000010101000010 | e8bd85e8bd8542 |
UHC | 轅轅B | 1110101010111111111010101011111101000010 | eabfeabf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)