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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
| SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
| EUC-JP | 旿??旿??B | 1000111111000001111101000011111100111111100011111100000111110100001111110011111101000010 | 8fc1f43f3f8fc1f43f3f42 |
| UTF-8 | 旿믭쉈旿믭쉈B | 11100110100101111011111111101011101011111010110111101100100010011000100011100110100101111011111111101011101011111010110111101100100010011000100001000010 | e697bfebafadec8988e697bfebafadec898842 |
| UHC | 旿믭쉈旿믭쉈B | 11100111111110101001001011101111101111011010010111100111111110101001001011101111101111011010010101000010 | e7fa92efbda5e7fa92efbda542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)