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 | èÖßÈÐÆ | 111010001101011011011111110010001101000011000110 | e8d6dfc8d0c6 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | èÖßÈ?Æ | 10001111101010111011001010001111101010101101001110001111101010011100111010001111101010101011001000111111100011111010100110100001 | 8fabb28faad38fa9ce8faab23f8fa9a1 |
UTF-8 | èÖßÈÐÆ | 110000111010100011000011100101101100001110011111110000111000100011000011100100001100001110000110 | c3a8c396c39fc388c390c386 |
UHC | ??ß?ÐÆ | 001111110011111110101001101011000011111110101000101000101010100010100001 | 3f3fa9ac3fa8a2a8a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)