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 | æëiQ] | 111001101110101110010111011010010101000101011101 | e6eb9769515d |
SJIS-WIN | ???iQ] | 001111110011111100111111011010010101000101011101 | 3f3f3f69515d |
EUC-JP | æë?iQ] | 10001111101010011100000110001111101010111011001100111111011010010101000101011101 | 8fa9c18fabb33f69515d |
UTF-8 | æëiQ] | 110000111010011011000011101010111100001010010111011010010101000101011101 | c3a6c3abc29769515d |
UHC | æ??iQ] | 10101001101000010011111100111111011010010101000101011101 | a9a13f3f69515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)