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 | 1110101001010010111001101011100101000010 | ea52e6b942 |
EUC-JP | 鶻貉B | 1111001110110011111011001011101101000010 | f3b3ecbb42 |
UTF-8 | 鶻貉B | 11101001101101101011101111101000101100101000100101000010 | e9b6bbe8b28942 |
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)