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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 雙}雙{^ | 10011001110101000111110110011001110101000111101101011110 | 99d47d99d47b5e |
EUC-JP | 雙}雙{^ | 11010010110101100111110111010010110101100111101101011110 | d2d67dd2d67b5e |
UTF-8 | 雙}雙{^ | 111010011001101110011001011111011110100110011011100110010111101101011110 | e99b997de99b997b5e |
UHC | 雙}雙{^ | 11100100101010100111110111100100101010100111101101011110 | e4aa7de4aa7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)