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 | æt | 10011100111001101001011001110100 | 9ce69674 |
SJIS-WIN | ???t | 00111111001111110011111101110100 | 3f3f3f74 |
EUC-JP | ?æ?t | 001111111000111110101001110000010011111101110100 | 3f8fa9c13f74 |
UTF-8 | æt | 11000010100111001100001110100110110000101001011001110100 | c29cc3a6c29674 |
UHC | ?æ?t | 0011111110101001101000010011111101110100 | 3fa9a13f74 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)