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 | 髣願尸 | 111010011001011110001010111010001001101110011001 | e9978ae89b99 |
| EUC-JP | 髣願尸 | 111100011111011110110100111010101101010111111001 | f1f7b4ead5f9 |
| UTF-8 | 髣願尸 | 111010011010101110100011111010011010000110011000111001011011000010111000 | e9aba3e9a198e5b0b8 |
| UHC | ?願尸 | 0011111111101010110000111110001110111001 | 3feac3e3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)