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^ | 10010001101001111001000110011111011000010100110101011110 | 91a7919f614d5e |
EUC-JP | 息臓aM^ | 11000010101010011100001010100001011000010100110101011110 | c2a9c2a1614d5e |
UTF-8 | 息臓aM^ | 111001101000000110101111111010001000011110010011011000010100110101011110 | e681afe88793614d5e |
UHC | 息?aM^ | 111000111101001100111111011000010100110101011110 | e3d33f614d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)