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^ | 1010100110100001011000010100110101011110 | a9a1614d5e |
EUC-JP | ゥ。aM^ | 10001110101010011000111010100001011000010100110101011110 | 8ea98ea1614d5e |
UTF-8 | ゥ。aM^ | 111011111011110110101001111011111011110110100001011000010100110101011110 | efbda9efbda1614d5e |
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)