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 | í§~E | 1110110110011000101001110111111001000101 | ed98a77e45 |
SJIS-WIN | ??§~E | 001111110011111110000001100110000111111001000101 | 3f3f81987e45 |
EUC-JP | í?§~E | 1000111110101011101111110011111110100001111110000111111001000101 | 8fabbf3fa1f87e45 |
UTF-8 | í§~E | 1100001110101101110000101001100011000010101001110111111001000101 | c3adc298c2a77e45 |
UHC | ??§~E | 001111110011111110100001110101110111111001000101 | 3f3fa1d77e45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)