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 | 驩先聴 | 111010011000100110010000111001101001001010101110 | e98990e692ae |
| EUC-JP | 驩先聴 | 111100011110100111000000111010001100010010110000 | f1e9c0e8c4b0 |
| UTF-8 | 驩先聴 | 111010011010100110101001111001011000010110001000111010001000000110110100 | e9a9a9e58588e881b4 |
| UHC | 驩先? | 1111110010111110111000001011101100111111 | fcbee0bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)