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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?憧??憧?^ | 001111111001001110110010001111110011111110010011101100100011111101011110 | 3f93b23f3f93b23f5e |
EUC-JP | ?憧??憧?^ | 001111111100011010110100001111110011111111000110101101000011111101011110 | 3fc6b43f3fc6b43f5e |
UTF-8 | 뤯憧콼뤯憧콼^ | 11101011101001001010111111100110100001101010011111101100101111011011110011101011101001001010111111100110100001101010011111101100101111011011110001011110 | eba4afe686a7ecbdbceba4afe686a7ecbdbc5e |
UHC | 뤯憧콼뤯憧콼^ | 10001111110111011101010011010011101100100100110010001111110111011101010011010011101100100100110001011110 | 8fddd4d3b24c8fddd4d3b24c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)