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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 邯冗査B | 11100111101101101000111111100111100011011011100001000010 | e7b68fe78db842 |
EUC-JP | 邯冗査B | 11101110101110001011111011101001101110101011101001000010 | eeb8bee9baba42 |
UTF-8 | 邯冗査B | 11101001100000101010111111100101100001101001011111100110100111111011101101000010 | e982afe58697e69fbb42 |
UHC | 邯冗査B | 11001010111110111110100110110111110111101101101101000010 | cafbe9b7dedb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)