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 | 11100000011001100011111100111111100011001101110001000001 | e0663f3f8cdc41 |
| EUC-JP | 瀁??五A | 11011111110001110011111100111111101110001101111001000001 | dfc73f3fb8de41 |
| UTF-8 | 瀁롈렱五A | 11100111100000001000000111101011101000011000100011101011101000001011000111100100101110101001010001000001 | e78081eba188eba0b1e4ba9441 |
| UHC | 瀁롈렱五A | 111001011100100010001110110011101000111010111110111001111110100101000001 | e5c88ece8ebee7e941 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)