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 | 縡?淨?^ | 11100011011100010011111110011111110001000011111101011110 | e3713f9fc43f5e |
EUC-JP | 縡?淨?^ | 11100101110100100011111111011110110001100011111101011110 | e5d23fdec63f5e |
UTF-8 | 縡렕淨렠^ | 11100111101110001010000111101011101000001001010111100110101101111010100011101011101000001010000001011110 | e7b8a1eba095e6b7a8eba0a05e |
UHC | 縡렕淨렠^ | 111011101010110110001110101010101110111111100100100011101011000101011110 | eead8eaaefe48eb15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)