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 | èëhèë | 111010001110101110010100011010001110100011101011 | e8eb9468e8eb |
SJIS-WIN | ???h?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
EUC-JP | èë?hèë | 1000111110101011101100101000111110101011101100110011111101101000100011111010101110110010100011111010101110110011 | 8fabb28fabb33f688fabb28fabb3 |
UTF-8 | èëhèë | 1100001110101000110000111010101111000010100101000110100011000011101010001100001110101011 | c3a8c3abc29468c3a8c3ab |
UHC | ???h?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)