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 | 0011111101001101 | 3f4d |
SJIS-WIN | 丗M | 100110011100000001001101 | 99c04d |
EUC-JP | 丗M | 110100101100001001001101 | d2c24d |
UTF-8 | 丗M | 11100100101110001001011101001101 | e4b8974d |
UHC | ?M | 0011111101001101 | 3f4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)