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 | 100110111001000001000010 | 9b9042 |
EUC-JP | 寳B | 110101011111000001000010 | d5f042 |
UTF-8 | 寳B | 11100101101011111011001101000010 | e5afb342 |
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)