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 | 貉懆樗 | 111001101011100110011100111010001001001010010100 | e6b99ce89294 |
| EUC-JP | 貉懆樗 | 111011001011101111011000111010101100001111110100 | ecbbd8eac3f4 |
| UTF-8 | 貉懆樗 | 111010001011001010001001111001101000011110000110111001101010100010010111 | e8b289e68786e6a897 |
| UHC | ??樗 | 00111111001111111110111011000000 | 3f3feec0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)