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^ | 10010001101001111001000110011111011000010100110101011110 | 91a7919f614d5e |
SJIS-WIN | ?§??aM^ | 0011111110000001100110000011111100111111011000010100110101011110 | 3f81983f3f614d5e |
EUC-JP | ?§??aM^ | 0011111110100001111110000011111100111111011000010100110101011110 | 3fa1f83f3f614d5e |
UTF-8 | §aM^ | 1100001010010001110000101010011111000010100100011100001010011111011000010100110101011110 | c291c2a7c291c29f614d5e |
UHC | ?§??aM^ | 0011111110100001110101110011111100111111011000010100110101011110 | 3fa1d73f3f614d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)