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 | ?Pm | 001111110101000001101101 | 3f506d |
SJIS-WIN | ?Pm | 001111110101000001101101 | 3f506d |
EUC-JP | ?Pm | 001111110101000001101101 | 3f506d |
UTF-8 | 채Pm | 1110110010110001100001000101000001101101 | ecb184506d |
UHC | 채Pm | 11000011101001000101000001101101 | c3a4506d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)