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 | æ~ | 10011010111001101001011101111110 | 9ae6977e |
SJIS-WIN | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
EUC-JP | ?æ?~ | 001111111000111110101001110000010011111101111110 | 3f8fa9c13f7e |
UTF-8 | æ~ | 11000010100110101100001110100110110000101001011101111110 | c29ac3a6c2977e |
UHC | ?æ?~ | 0011111110101001101000010011111101111110 | 3fa9a13f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)