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 | 111000010101000001001101 | e1504d |
EUC-JP | 甕M | 111000011011000101001101 | e1b14d |
UTF-8 | 甕M | 11100111100101001001010101001101 | e794954d |
UHC | 甕M | 111010001011100001001101 | e8b84d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)