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 | 11100100101111011001101011101011101000001000101101000010 | e4bd9aeba08b42 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | ä??ë??B | 1000111110101011101000110011111100111111100011111010101110110011001111110011111101000010 | 8faba33f3f8fabb33f3f42 |
UTF-8 | ä½ë B | 11000011101001001100001010111101110000101001101011000011101010111100001010100000110000101000101101000010 | c3a4c2bdc29ac3abc2a0c28b42 |
UHC | ?½????B | 0011111110101000111101100011111100111111001111110011111101000010 | 3fa8f63f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)