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 | 聯}聯{^ | 10010111111111000111110110010111111111000111101101011110 | 97fc7d97fc7b5e |
EUC-JP | 聯}聯{^ | 11001110111111100111110111001110111111100111101101011110 | cefe7dcefe7b5e |
UTF-8 | 聯}聯{^ | 111010001000000110101111011111011110100010000001101011110111101101011110 | e881af7de881af7b5e |
UHC | 聯}聯{^ | 11010110101001000111110111010110101001000111101101011110 | d6a47dd6a47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)