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 | ???M^ | 0011111100111111001111110100110101011110 | 3f3f3f4d5e |
SJIS-WIN | 螳肴搏M^ | 1110010110101110100011011110011010011101100100110100110101011110 | e5ae8de69d934d5e |
EUC-JP | 螳肴搏M^ | 1110101010110000101110101110100011011001111100110100110101011110 | eab0bae8d9f34d5e |
UTF-8 | 螳肴搏M^ | 1110100010011110101100111110100010000010101101001110011010010000100011110100110101011110 | e89eb3e882b4e6908f4d5e |
UHC | 螳肴搏M^ | 1101001111011001111111011010001011011010110100010100110101011110 | d3d9fda2dad14d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)