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 | 羣初皆^ | 11100011101110001000111110001001100010100100011001011110 | e3b88f898a465e |
| EUC-JP | 羣初皆^ | 11100110101110101011110111101001101100111010011101011110 | e6babde9b3a75e |
| UTF-8 | 羣初皆^ | 11100111101111101010001111100101100010001001110111100111100110101000011001011110 | e7bea3e5889de79a865e |
| UHC | ?初皆^ | 001111111111010011111000110010111100101101011110 | 3ff4f8cbcb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)