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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 谿場襖 | 111001101010111010001111111010101000100110100110 | e6ae8fea89a6 |
| EUC-JP | 谿場襖 | 111011001011000010111110111011001011001010101000 | ecb0beecb2a8 |
| UTF-8 | 谿場襖 | 111010001011000010111111111001011010000010110100111010001010010110010110 | e8b0bfe5a0b4e8a596 |
| UHC | 谿場? | 1100110110101100111011011101111000111111 | cdacedde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)