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 | é½ê³è¹ | 1110100110111101100010101110101010110011100010001110100010111001 | e9bd8aeab388e8b9 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | é??ê??è? | 1000111110101011101100010011111100111111100011111010101110110100001111110011111110001111101010111011001000111111 | 8fabb13f3f8fabb43f3f8fabb23f |
UTF-8 | é½ê³è¹ | 11000011101010011100001010111101110000101000101011000011101010101100001010110011110000101000100011000011101010001100001010111001 | c3a9c2bdc28ac3aac2b3c288c3a8c2b9 |
UHC | ?½??³??¹ | 0011111110101000111101100011111100111111101010011111100000111111001111111010100111110110 | 3fa8f63f3fa9f83f3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)