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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 治実治邪B | 100011101010000110001110110000001000111010100001100011101101011101000010 | 8ea18ec08ea18ed742 |
EUC-JP | 治実治邪B | 101111001010001110111100110000101011110010100011101111001101100101000010 | bca3bcc2bca3bcd942 |
UTF-8 | 治実治邪B | 11100110101100101011101111100101101011101001111111100110101100101011101111101001100000101010101001000010 | e6b2bbe5ae9fe6b2bbe982aa42 |
UHC | 治?治邪B | 1111011010111101001111111111011010111101110111101111011101000010 | f6bd3ff6bddef742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)