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 | 璋?璋?^ | 11100000111101100011111111100000111101100011111101011110 | e0f63fe0f63f5e |
EUC-JP | 璋?璋?^ | 11100000111110000011111111100000111110000011111101011110 | e0f83fe0f83f5e |
UTF-8 | 璋렭璋렭^ | 11100111100100101000101111101011101000001010110111100111100100101000101111101011101000001010110101011110 | e7928beba0ade7928beba0ad5e |
UHC | 璋렭璋렭^ | 111011011111000010001110101110101110110111110000100011101011101001011110 | edf08ebaedf08eba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)