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 | ??^ | 001111110011111101011110 | 3f3f5e |
| SJIS-WIN | 溪貂^ | 1001111111100010111001101011100001011110 | 9fe2e6b85e |
| EUC-JP | 溪貂^ | 1101111011100100111011001011101001011110 | dee4ecba5e |
| UTF-8 | 溪貂^ | 11100110101110101010101011101000101100101000001001011110 | e6baaae8b2825e |
| UHC | 溪貂^ | 1100110110100010111101011011000001011110 | cda2f5b05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)