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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 陽哭阯 | 100101110111101010011010010011001110100010010111 | 977a9a4ce897 |
| EUC-JP | 陽哭阯 | 110011011101101111010011101011011110111111110111 | cddbd3adeff7 |
| UTF-8 | 陽哭阯 | 111010011001100110111101111001011001001110101101111010011001100010101111 | e999bde593ade998af |
| UHC | 陽哭? | 1110010111010101110011011101011000111111 | e5d5cdd63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)