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 | ?P | 0011111101010000 | 3f50 |
SJIS-WIN | 叔P | 100011110110011001010000 | 8f6650 |
EUC-JP | 叔P | 101111011100011101010000 | bdc750 |
UTF-8 | 叔P | 11100101100011111001010001010000 | e58f9450 |
UHC | 叔P | 111000101101001001010000 | e2d250 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)