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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 嗽隅] | 1001101001110101100010111111011101011101 | 9a758bf75d |
EUC-JP | 嗽隅] | 1101001111010110101101101111100101011101 | d3d6b6f95d |
UTF-8 | 嗽隅] | 11100101100101111011110111101001100110101000010101011101 | e597bde99a855d |
UHC | 嗽隅] | 1110000111110101111010011110101001011101 | e1f5e9ea5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)