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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 游?繆^ | 100111111110000000111111111000110111100001011110 | 9fe03fe3785e |
EUC-JP | 游?繆^ | 110111101110001000111111111001011101100101011110 | dee23fe5d95e |
UTF-8 | 游잭繆^ | 11100110101110001011100011101100100111101010110111100111101110011000011001011110 | e6b8b8ec9eade7b9865e |
UHC | 游잭繆^ | 11101010111111011100000011101000110110011111000001011110 | eafdc0e8d9f05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)