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 | 聆}聆{^ | 11100011110101110111110111100011110101110111101101011110 | e3d77de3d77b5e |
EUC-JP | 聆}聆{^ | 11100110110110010111110111100110110110010111101101011110 | e6d97de6d97b5e |
UTF-8 | 聆}聆{^ | 111010001000000110000110011111011110100010000001100001100111101101011110 | e881867de881867b5e |
UHC | 聆}聆{^ | 11010110110000000111110111010110110000000111101101011110 | d6c07dd6c07b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)