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 | ??aM^ | 0011111100111111011000010100110101011110 | 3f3f614d5e |
SJIS-WIN | 自治aM^ | 10001110101010011000111010100001011000010100110101011110 | 8ea98ea1614d5e |
EUC-JP | 自治aM^ | 10111100101010111011110010100011011000010100110101011110 | bcabbca3614d5e |
UTF-8 | 自治aM^ | 111010001000011110101010111001101011001010111011011000010100110101011110 | e887aae6b2bb614d5e |
UHC | 自治aM^ | 11101101101110111111011010111101011000010100110101011110 | edbbf6bd614d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)