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 | 逶幎。 | 1110011110011011100110111110101110100001 | e79b9beba1 |
| EUC-JP | 逶幎。 | 111011011111101111010110111011011000111010100001 | edfbd6ed8ea1 |
| UTF-8 | 逶幎。 | 111010011000000010110110111001011011100110001110111011111011110110100001 | e980b6e5b98eefbda1 |
| UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)