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^ | 0011111100111111011000010100110101011110 | 3f3f614d5e |
EUC-JP | ??aM^ | 0011111100111111011000010100110101011110 | 3f3f614d5e |
UTF-8 | 렔렊aM^ | 111010111010000010010100111010111010000010001010011000010100110101011110 | eba094eba08a614d5e |
UHC | 렔렊aM^ | 10001110101010011000111010100001011000010100110101011110 | 8ea98ea1614d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)