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^ | 1100001110100110011000010100110101011110 | c3a6614d5e |
EUC-JP | テヲaM^ | 10001110110000111000111010100110011000010100110101011110 | 8ec38ea6614d5e |
UTF-8 | テヲaM^ | 111011111011111010000011111011111011110110100110011000010100110101011110 | efbe83efbda6614d5e |
UHC | ??aM^ | 0011111100111111011000010100110101011110 | 3f3f614d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)