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 | ÆÍN | 110001101100110101001110 | c6cd4e |
SJIS-WIN | ??N | 001111110011111101001110 | 3f3f4e |
EUC-JP | ÆÍN | 10001111101010011010000110001111101010101011111101001110 | 8fa9a18faabf4e |
UTF-8 | ÆÍN | 1100001110000110110000111000110101001110 | c386c38d4e |
UHC | Æ?N | 10101000101000010011111101001110 | a8a13f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)