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 | 陽怐韈陽魎 | 10010111011110101001110010000001111010001110011110010111011110101110100110110010 | 977a9c81e8e7977ae9b2 |
| EUC-JP | 陽怐韈陽魎 | 11001101110110111101011111100001111100001110100111001101110110111111001010110100 | cddbd7e1f0e9cddbf2b4 |
| UTF-8 | 陽怐韈陽魎 | 111010011001100110111101111001101000000010010000111010011001111110001000111010011001100110111101111010011010110110001110 | e999bde68090e99f88e999bde9ad8e |
| UHC | 陽??陽? | 11100101110101010011111100111111111001011101010100111111 | e5d53f3fe5d53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)