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 | ?B | 0011111101000010 | 3f42 |
SJIS-WIN | 蓚B | 111001001110100101000010 | e4e942 |
EUC-JP | 蓚B | 111010001110101101000010 | e8eb42 |
UTF-8 | 蓚B | 11101000100100111001101001000010 | e8939a42 |
UHC | 蓚B | 111000101011111001000010 | e2be42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)