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 | ?B | 0011111101000010 | 3f42 |
SJIS-WIN | 怙B | 100111001000000001000010 | 9c8042 |
EUC-JP | 怙B | 110101111110000001000010 | d7e042 |
UTF-8 | 怙B | 11100110100000001001100101000010 | e6809942 |
UHC | ?B | 0011111101000010 | 3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)