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 | 晋}晋{^ | 10010000010101110111110110010000010101110111101101011110 | 90577d90577b5e |
EUC-JP | 晋}晋{^ | 10111111101110000111110110111111101110000111101101011110 | bfb87dbfb87b5e |
UTF-8 | 晋}晋{^ | 111001101001100110001011011111011110011010011001100010110111101101011110 | e6998b7de6998b7b5e |
UHC | 晋}晋{^ | 11110010110011000111110111110010110011000111101101011110 | f2cc7df2cc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)