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 | êþºéBF | 1110101011111110101110101110100110001010100110000100001001000110 | eafebae98a984246 |
SJIS-WIN | ??????BF | 0011111100111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f3f4246 |
EUC-JP | êþºé??BF | 10001111101010111011010010001111101010011101000010001111101000101110101110001111101010111011000100111111001111110100001001000110 | 8fabb48fa9d08fa2eb8fabb13f3f4246 |
UTF-8 | êþºéBF | 1100001110101010110000111011111011000010101110101100001110101001110000101000101011000010100110000100001001000110 | c3aac3bec2bac3a9c28ac2984246 |
UHC | ?þº???BF | 00111111101010011010110110101000101011000011111100111111001111110100001001000110 | 3fa9ada8ac3f3f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)