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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 翹щЛ^ | 11100011110010011000010010001011100001000100110001011110 | e3c9848b844c5e |
EUC-JP | 翹щЛ^ | 11100110110010111010011111101011101001111010110101011110 | e6cba7eba7ad5e |
UTF-8 | 翹щЛ^ | 1110011110111111101110011101000110001001110100001001101101011110 | e7bfb9d189d09b5e |
UHC | 翹щЛ^ | 11001110111011101010110011101011101011001010110101011110 | ceeeacebacad5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)