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 | ????CA | 001111110011111100111111001111110100001101000001 | 3f3f3f3f4341 |
| SJIS-WIN | ?蕣斟?CA | 0011111111100100111110101001110111001110001111110100001101000001 | 3fe4fa9dce3f4341 |
| EUC-JP | ?蕣斟?CA | 0011111111101000111111001101101011010000001111110100001101000001 | 3fe8fcdad03f4341 |
| UTF-8 | 롒蕣斟렣CA | 1110101110100001100100101110100010010101101000111110011010010110100111111110101110100000101000110100001101000001 | eba192e895a3e6969feba0a34341 |
| UHC | 롒蕣斟렣CA | 10001110110101111110001011110010111100101111100010001110101101000100001101000001 | 8ed7e2f2f2f88eb44341 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)