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 | ??諍?^ | 001111110011111111100110011110010011111101011110 | 3f3fe6793f5e |
EUC-JP | ??諍?^ | 001111110011111111101011110110100011111101011110 | 3f3febda3f5e |
UTF-8 | 卄렮諍렋^ | 11100101100011011000010011101011101000001010111011101000101010111000110111101011101000001000101101011110 | e58d84eba0aee8ab8deba08b5e |
UHC | 卄렮諍렋^ | 111011001111111010001110101110111110111010110101100011101010001001011110 | ecfe8ebbeeb58ea25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)