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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 驪、驪、^ | 11101001100010111010010011101001100010111010010001011110 | e98ba4e98ba45e |
EUC-JP | 驪、驪、^ | 111100011110101110001110101001001111000111101011100011101010010001011110 | f1eb8ea4f1eb8ea45e |
UTF-8 | 驪、驪、^ | 11101001101010011010101011101111101111011010010011101001101010011010101011101111101111011010010001011110 | e9a9aaefbda4e9a9aaefbda45e |
UHC | 驪?驪?^ | 11010101111100010011111111010101111100010011111101011110 | d5f13fd5f13f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)