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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | 狠羚狠癢^ | 111000001100000111100011101101111110000011000001111000011001100001011110 | e0c1e3b7e0c1e1985e |
| EUC-JP | 狠羚狠癢^ | 111000001100001111100110101110011110000011000011111000011111100001011110 | e0c3e6b9e0c3e1f85e |
| UTF-8 | 狠羚狠癢^ | 11100111100010111010000011100111101111101001101011100111100010111010000011100111100110011010001001011110 | e78ba0e7be9ae78ba0e799a25e |
| UHC | ?羚??^ | 001111111101011010111110001111110011111101011110 | 3fd6be3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)