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 | ??B | 001111110011111101000010 | 3f3f42 |
| SJIS-WIN | 瓊瓊B | 1110000011111001111000001111100101000010 | e0f9e0f942 |
| EUC-JP | 瓊瓊B | 1110000011111011111000001111101101000010 | e0fbe0fb42 |
| UTF-8 | 瓊瓊B | 11100111100100111000101011100111100100111000101001000010 | e7938ae7938a42 |
| UHC | 瓊瓊B | 1100110011100001110011001110000101000010 | cce1cce142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)