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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 惑憙B | 1001100001100110100111001101100001000010 | 98669cd842 |
EUC-JP | 惑憙B | 1100111111000111110110001101101001000010 | cfc7d8da42 |
UTF-8 | 惑憙B | 11100110100000111001000111100110100001101001100101000010 | e68391e6869942 |
UHC | 惑憙B | 1111101111100011111111011111001001000010 | fbe3fdf242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)