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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 篌晳 | 1110001010111010111100001111101011110001101111011111101011011001 | e2baf0faf1bdfad9 |
| EUC-JP | 篌??晳 | 11100100101111000011111100111111100011111100001011000100 | e4bc3f3f8fc2c4 |
| UTF-8 | 篌晳 | 111001111010111110001100111011101000001010111001111011101000010010111000111001101001100110110011 | e7af8cee82b9ee84b8e699b3 |
| UHC | ???晳 | 0011111100111111001111111110000010101111 | 3f3f3fe0af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)