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 | 100100100100001101001101 | 92434d |
EUC-JP | 辰M | 110000111010010001001101 | c3a44d |
UTF-8 | 辰M | 11101000101111101011000001001101 | e8beb04d |
UHC | 辰M | 111100101110001101001101 | f2e34d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)