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 | 11100110111001111011010001001101 | e6e7b44d |
SJIS-WIN | ??´M | 0011111100111111100000010100110001001101 | 3f3f814c4d |
EUC-JP | æç´M | 100011111010100111000001100011111010101110101110101000011010110101001101 | 8fa9c18fabaea1ad4d |
UTF-8 | æç´M | 11000011101001101100001110100111110000101011010001001101 | c3a6c3a7c2b44d |
UHC | æ?´M | 101010011010000100111111101000101010010101001101 | a9a13fa2a54d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)