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 | êþºè | 1110101011111110101110101110100010010010 | eafebae892 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | êþºè? | 10001111101010111011010010001111101010011101000010001111101000101110101110001111101010111011001000111111 | 8fabb48fa9d08fa2eb8fabb23f |
UTF-8 | êþºè | 11000011101010101100001110111110110000101011101011000011101010001100001010010010 | c3aac3bec2bac3a8c292 |
UHC | ?þº?? | 00111111101010011010110110101000101011000011111100111111 | 3fa9ada8ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)