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 | 1110001011000110110111101110101101000010 | e2c6deeb42 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | âÆÞëB | 10001111101010111010010010001111101010011010000110001111101010011011000010001111101010111011001101000010 | 8faba48fa9a18fa9b08fabb342 |
UTF-8 | âÆÞëB | 110000111010001011000011100001101100001110011110110000111010101101000010 | c3a2c386c39ec3ab42 |
UHC | ?ÆÞ?B | 00111111101010001010000110101000101011010011111101000010 | 3fa8a1a8ad3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)