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 | ?o | 0011111101101111 | 3f6f |
SJIS-WIN | 撓o | 100111011001101001101111 | 9d9a6f |
EUC-JP | 撓o | 110110011111101001101111 | d9fa6f |
UTF-8 | 撓o | 11100110100100101001001101101111 | e692936f |
UHC | 撓o | 111010001111010101101111 | e8f56f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)