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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | ?募晁頁? | 0011111110010101111001011001110111101000100101011100010100111111 | 3f95e59de895c53f |
| EUC-JP | ?募晁頁? | 0011111111001010111001111101101011101010110010101100011100111111 | 3fcae7daeacac73f |
| UTF-8 | 뤲募晁頁卨 | 111010111010010010110010111001011000101110011111111001101001100110000001111010011010000010000001111001011000110110101000 | eba4b2e58b9fe69981e9a081e58da8 |
| UHC | 뤲募晁頁卨 | 10001111111000001101100110110100111100001100010111111010111011011110000011011001 | 8fe0d9b4f0c5faede0d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)