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 | èFFB | 11101000010001101000010010001111100001000100011001000010 | e846848f844642 |
SJIS-WIN | ?F???FB | 00111111010001100011111100111111001111110100011001000010 | 3f463f3f3f4642 |
EUC-JP | èF???FB | 100011111010101110110010010001100011111100111111001111110100011001000010 | 8fabb2463f3f3f4642 |
UTF-8 | èFFB | 1100001110101000010001101100001010000100110000101000111111000010100001000100011001000010 | c3a846c284c28fc2844642 |
UHC | ?F???FB | 00111111010001100011111100111111001111110100011001000010 | 3f463f3f3f4642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)