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 | 踞削梓 | 111001101111010110001101111011011000100010110010 | e6f58ded88b2 |
| EUC-JP | 踞削梓 | 111011001111011110111010111011111011000010110100 | ecf7baefb0b4 |
| UTF-8 | 踞削梓 | 111010001011100010011110111001011000100110001010111001101010001010010011 | e8b89ee5898ae6a293 |
| UHC | 踞削梓 | 110010111110011011011110111110111110111010101001 | cbe6defbeea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)