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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| SJIS-WIN | 翩猩癘^ | 11100011110001111110000011001101111000011001011001011110 | e3c7e0cde1965e |
| EUC-JP | 翩猩癘^ | 11100110110010011110000011001111111000011111011001011110 | e6c9e0cfe1f65e |
| UTF-8 | 翩猩癘^ | 11100111101111111010100111100111100011001010100111100111100110011001100001011110 | e7bfa9e78ca9e799985e |
| UHC | 翩猩?^ | 111110001011101111100000111110100011111101011110 | f8bbe0fa3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)