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 | ⅰ漆鵆 | 111110100100000010001110101111011110100111111011 | fa408ebde9fb |
| EUC-JP | ?漆鵆 | 0011111110111100101111111111001011111101 | 3fbcbff2fd |
| UTF-8 | ⅰ漆鵆 | 111000101000010110110000111001101011110010000110111010011011010110000110 | e285b0e6bc86e9b586 |
| UHC | ⅰ漆? | 1010010110100001111101101101010000111111 | a5a1f6d43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)