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 | ?Y | 0011111101011001 | 3f59 |
SJIS-WIN | 崑Y | 100110111100000001011001 | 9bc059 |
EUC-JP | 崑Y | 110101101100001001011001 | d6c259 |
UTF-8 | 崑Y | 11100101101101001001000101011001 | e5b49159 |
UHC | 崑Y | 110011011101111101011001 | cddf59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)