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 | é½å³¯ê¹ | 1110100110111101100010101110010110110011101011111110101010111001 | e9bd8ae5b3afeab9 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | é??å?¯ê? | 10001111101010111011000100111111001111111000111110101011101010010011111110001111101000101011010010001111101010111011010000111111 | 8fabb13f3f8faba93f8fa2b48fabb43f |
UTF-8 | é½å³¯ê¹ | 11000011101010011100001010111101110000101000101011000011101001011100001010110011110000101010111111000011101010101100001010111001 | c3a9c2bdc28ac3a5c2b3c2afc3aac2b9 |
UHC | ?½??³??¹ | 0011111110101000111101100011111100111111101010011111100000111111001111111010100111110110 | 3fa8f63f3fa9f83f3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)