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^ | 111011001010011110100100111011001010011110010101011000010100110101011110 | eca7a4eca795614d5e |
UHC | 짤징aM^ | 11000010101010011100001010100001011000010100110101011110 | c2a9c2a1614d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)