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 | 燿??液? | 11100000101000000011111100111111100010010111010000111111 | e0a03f3f89743f |
| EUC-JP | 燿??液? | 11100000101000100011111100111111101100011101010100111111 | e0a23f3fb1d53f |
| UTF-8 | 燿먩쮵液⑶ | 111001111000011110111111111010111010100010101001111011001010111010110101111001101011011010110010111000101001000110110110 | e787bfeba8a9ecaeb5e6b6b2e291b6 |
| UHC | 燿먩쮵液⑶ | 11101000111111001001000011100110101010001001001011100100111110111010100111101001 | e8fc90e6a892e4fba9e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)