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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 樟?樟?^ | 10001111101111100011111110001111101111100011111101011110 | 8fbe3f8fbe3f5e |
EUC-JP | 樟?樟?^ | 10111110110000000011111110111110110000000011111101011110 | bec03fbec03f5e |
UTF-8 | 樟좩樟좩^ | 11100110101010001001111111101100101000101010100111100110101010001001111111101100101000101010100101011110 | e6a89feca2a9e6a89feca2a95e |
UHC | 樟좩樟좩^ | 111011011110100110100001010001001110110111101001101000010100010001011110 | ede9a144ede9a1445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)