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 | 100010011001010101000010 | 899542 |
EUC-JP | 鴛B | 101100011111010101000010 | b1f542 |
UTF-8 | 鴛B | 11101001101101001001101101000010 | e9b49b42 |
UHC | 鴛B | 111010101100010001000010 | eac442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)