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 | 100110111110111001000010 | 9bee42 |
EUC-JP | 幟B | 110101101111000001000010 | d6f042 |
UTF-8 | 幟B | 11100101101110011001111101000010 | e5b99f42 |
UHC | 幟B | 111101101011101001000010 | f6ba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)