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 | 艪抃咨 | 111001001000001010011101010101101001100111111100 | e4829d5699fc |
| EUC-JP | 艪抃咨 | 111001111110001011011001101101111101001011111110 | e7e2d9b7d2fe |
| UTF-8 | 艪抃咨 | 111010001000100110101010111001101000101010000011111001011001001010101000 | e889aae68a83e592a8 |
| UHC | ??咨 | 00111111001111111110110110101010 | 3f3fedaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)