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 | 裂襦裂襦^ | 100101111111010011100110010000001001011111110100111001100100000001011110 | 97f4e64097f4e6405e |
EUC-JP | 裂襦裂襦^ | 110011101111011011101011101000011100111011110110111010111010000101011110 | cef6eba1cef6eba15e |
UTF-8 | 裂襦裂襦^ | 11101000101000111000001011101000101001011010011011101000101000111000001011101000101001011010011001011110 | e8a382e8a5a6e8a382e8a5a65e |
UHC | 裂?裂?^ | 11010110101011100011111111010110101011100011111101011110 | d6ae3fd6ae3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)