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 | ????A | 0011111100111111001111110011111101000001 | 3f3f3f3f41 |
| SJIS-WIN | 中???A | 100100101000011000111111001111110011111101000001 | 92863f3f3f41 |
| EUC-JP | 中???A | 110000111110011000111111001111110011111101000001 | c3e63f3f3f41 |
| UTF-8 | 中뀜렰렍A | 11100100101110001010110111101011100000001001110011101011101000001011000011101011101000001000110101000001 | e4b8adeb809ceba0b0eba08d41 |
| UHC | 中뀜렰렍A | 111100011110100110110010111100011000111010111101100011101010001101000001 | f1e9b2f18ebd8ea341 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)