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 | 驪コ遞ソ^ | 11101001100010111011101011100111101010001011111101011110 | e98bbae7a8bf5e |
EUC-JP | 驪コ遞ソ^ | 111100011110101110001110101110101110111010101010100011101011111101011110 | f1eb8ebaeeaa8ebf5e |
UTF-8 | 驪コ遞ソ^ | 11101001101010011010101011101111101111011011101011101001100000011001111011101111101111011011111101011110 | e9a9aaefbdbae9819eefbdbf5e |
UHC | 驪?遞?^ | 11010101111100010011111111110100111101100011111101011110 | d5f13ff4f63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)