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 | 跌ク菴 | 1110011011101001101110001110010010111101 | e6e9b8e4bd |
| EUC-JP | 跌ク菴 | 111011001110101110001110101110001110100010111111 | eceb8eb8e8bf |
| UTF-8 | 跌ク菴 | 111010001011011110001100111011111011110110111000111010001000111110110100 | e8b78cefbdb8e88fb4 |
| UHC | 跌?菴 | 1111001011110110001111111110010011100000 | f2f63fe4e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)