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 | 100011101010001010001110101011101000111010100001100011101101011101000010 | 8ea28eae8ea18ed742 |
EUC-JP | 爾式治邪B | 101111001010010010111100101100001011110010100011101111001101100101000010 | bca4bcb0bca3bcd942 |
UTF-8 | 爾式治邪B | 11100111100010001011111011100101101111001000111111100110101100101011101111101001100000101010101001000010 | e788bee5bc8fe6b2bbe982aa42 |
UHC | 爾式治邪B | 111011001011001111100011110100101111011010111101110111101111011101000010 | ecb3e3d2f6bddef742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)