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 | 00111111001111110011111100111111001111110011111101100001 | 3f3f3f3f3f3f61 |
| SJIS-WIN | ?⑥????a | 0011111110000111010001010011111100111111001111110011111101100001 | 3f87453f3f3f3f61 |
| EUC-JP | ??????a | 00111111001111110011111100111111001111110011111101100001 | 3f3f3f3f3f3f61 |
| UTF-8 | 泥⑥쭬李얩슇a | 11101111101001111010001111100010100100011010010111101100101011011010110011101111101001111010000111101100100101101010100111101100100010101000011101100001 | efa7a3e291a5ecadacefa7a1ec96a9ec8a8761 |
| UHC | 泥⑥쭬李얩슇a | 11101100101100101010100011101100101001111010000011101100101100001011111011101101100110101001100101100001 | ecb2a8eca7a0ecb0beed9a9961 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)