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 | êþºë | 1110101011111110101110101110101110001111 | eafebaeb8f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | êþºë? | 10001111101010111011010010001111101010011101000010001111101000101110101110001111101010111011001100111111 | 8fabb48fa9d08fa2eb8fabb33f |
UTF-8 | êþºë | 11000011101010101100001110111110110000101011101011000011101010111100001010001111 | c3aac3bec2bac3abc28f |
UHC | ?þº?? | 00111111101010011010110110101000101011000011111100111111 | 3fa9ada8ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)