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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| SJIS-WIN | 害??^ | 1000101001010001001111110011111101011110 | 8a513f3f5e |
| EUC-JP | 害??^ | 1011001110110010001111110011111101011110 | b3b23f3f5e |
| UTF-8 | 害쇤벎^ | 11100101101011101011001111101100100001111010010011101011101100101000111001011110 | e5aeb3ec87a4ebb28e5e |
| UHC | 害쇤벎^ | 11111010101010101011110011101001101110011111101101011110 | faaabce9b9fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)