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 | 00111111001111110011111100111111001111110011111101000001 | 3f3f3f3f3f3f41 |
| SJIS-WIN | 邀??晤??A | 111001111011000100111111001111111001110111101011001111110011111101000001 | e7b13f3f9deb3f3f41 |
| EUC-JP | 邀??晤??A | 111011101011001100111111001111111101101011101101001111110011111101000001 | eeb33f3fdaed3f3f41 |
| UTF-8 | 邀묕쉑晤볩슘A | 11101001100000101000000011101011101011001001010111101100100010011001000111100110100110011010010011101011101100111010100111101100100010101001100001000001 | e98280ebac95ec8991e699a4ebb3a9ec8a9841 |
| UHC | 邀묕쉑晤볩슘A | 11101001101011011001000111101111101111011010011111100111111110111001001111101111101111011011011101000001 | e9ad91efbda7e7fb93efbdb741 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)