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 | æïY | 1000100110011101111001101110111101011001 | 899de6ef59 |
SJIS-WIN | ????Y | 0011111100111111001111110011111101011001 | 3f3f3f3f59 |
EUC-JP | ??æïY | 001111110011111110001111101010011100000110001111101010111100000101011001 | 3f3f8fa9c18fabc159 |
UTF-8 | æïY | 110000101000100111000010100111011100001110100110110000111010111101011001 | c289c29dc3a6c3af59 |
UHC | ??æ?Y | 001111110011111110101001101000010011111101011001 | 3f3fa9a13f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)