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 | 11101001111000010101000001101101 | e9e1506d |
EUC-JP | 鱆Pm | 11110010111000110101000001101101 | f2e3506d |
UTF-8 | 鱆Pm | 1110100110110001100001100101000001101101 | e9b186506d |
UHC | ?Pm | 001111110101000001101101 | 3f506d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)