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 | 111001010110010001001101 | e5644d |
EUC-JP | 蘚M | 111010011100010101001101 | e9c54d |
UTF-8 | 蘚M | 11101000100110001001101001001101 | e8989a4d |
UHC | 蘚M | 111000001101000001001101 | e0d04d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)