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 | ä·F[}ä·F[{^ | 1110010010110111010001100101101101111101111001001011011101000110010110110111101101011110 | e4b7465b7de4b7465b7b5e |
SJIS-WIN | ??F[}??F[{^ | 0011111100111111010001100101101101111101001111110011111101000110010110110111101101011110 | 3f3f465b7d3f3f465b7b5e |
EUC-JP | ä?F[}ä?F[{^ | 100011111010101110100011001111110100011001011011011111011000111110101011101000110011111101000110010110110111101101011110 | 8faba33f465b7d8faba33f465b7b5e |
UTF-8 | ä·F[}ä·F[{^ | 110000111010010011000010101101110100011001011011011111011100001110100100110000101011011101000110010110110111101101011110 | c3a4c2b7465b7dc3a4c2b7465b7b5e |
UHC | ?·F[}?·F[{^ | 00111111101000011010010001000110010110110111110100111111101000011010010001000110010110110111101101011110 | 3fa1a4465b7d3fa1a4465b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)