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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 鶸貉B | 1110101001010011111001101011100101000010 | ea53e6b942 |
EUC-JP | 鶸貉B | 1111001110110100111011001011101101000010 | f3b4ecbb42 |
UTF-8 | 鶸貉B | 11101001101101101011100011101000101100101000100101000010 | e9b6b8e8b28942 |
UHC | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)