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 | 淅?淅?^ | 10011111110001100011111110011111110001100011111101011110 | 9fc63f9fc63f5e |
EUC-JP | 淅?淅?^ | 11011110110010000011111111011110110010000011111101011110 | dec83fdec83f5e |
UTF-8 | 淅띞淅띞^ | 11100110101101111000010111101011100111011001111011100110101101111000010111101011100111011001111001011110 | e6b785eb9d9ee6b785eb9d9e5e |
UHC | 淅띞淅띞^ | 111000001011001010001101110101001110000010110010100011011101010001011110 | e0b28dd4e0b28dd45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)