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 | ??MF | 00111111001111110100110101000110 | 3f3f4d46 |
SJIS-WIN | 縡?MF | 1110001101110001001111110100110101000110 | e3713f4d46 |
EUC-JP | 縡?MF | 1110010111010010001111110100110101000110 | e5d23f4d46 |
UTF-8 | 縡렕MF | 1110011110111000101000011110101110100000100101010100110101000110 | e7b8a1eba0954d46 |
UHC | 縡렕MF | 111011101010110110001110101010100100110101000110 | eead8eaa4d46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)