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 | 燧???^ | 111000001001110000111111001111110011111101011110 | e09c3f3f3f5e |
EUC-JP | 燧???^ | 110111111111110000111111001111110011111101011110 | dffc3f3f3f5e |
UTF-8 | 燧궻뚪륞^ | 11100111100001111010011111101010101101101011101111101011100110101010101011101011101001011001111001011110 | e787a7eab6bbeb9aaaeba59e5e |
UHC | 燧궻뚪륞^ | 111000101010110010000010110011001000110011101001100100000100010001011110 | e2ac82cc8ce990445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)