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 | ?淅?淅^ | 00111111100111111100011000111111100111111100011001011110 | 3f9fc63f9fc65e |
EUC-JP | ?淅?淅^ | 00111111110111101100100000111111110111101100100001011110 | 3fdec83fdec85e |
UTF-8 | 稅淅稅淅^ | 11100111101010001000010111100110101101111000010111100111101010001000010111100110101101111000010101011110 | e7a885e6b785e7a885e6b7855e |
UHC | 稅淅稅淅^ | 111000011010101011100000101100101110000110101010111000001011001001011110 | e1aae0b2e1aae0b25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)