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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
| SJIS-WIN | ?母???B | 00111111100101011110101000111111001111110011111101000010 | 3f95ea3f3f3f42 |
| EUC-JP | ?母???B | 00111111110010101110110000111111001111110011111101000010 | 3fcaec3f3f3f42 |
| UTF-8 | 뤲母춳卨쉭B | 11101011101001001011001011100110101011111000110111101100101101101011001111100101100011011010100011101100100010011010110101000010 | eba4b2e6af8decb6b3e58da8ec89ad42 |
| UHC | 뤲母춳卨쉭B | 1000111111100000110110011011110110101101100011111110000011011001101111011010110101000010 | 8fe0d9bdad8fe0d9bdad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)