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 | ?C | 0011111101000011 | 3f43 |
SJIS-WIN | 殲C | 100111110111001001000011 | 9f7243 |
EUC-JP | 殲C | 110111011101001101000011 | ddd343 |
UTF-8 | 殲C | 11100110101011101011001001000011 | e6aeb243 |
UHC | 殲C | 111000001110100001000011 | e0e843 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)