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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 巍曹汪 | 100110111101100110010001100000101001111110001010 | 9bd991829f8a |
EUC-JP | 巍曹汪 | 110101101101101111000001111000101101110111101010 | d6dbc1e2ddea |
UTF-8 | 巍曹汪 | 111001011011011110001101111001101001101110111001111001101011000110101010 | e5b78de69bb9e6b1aa |
UHC | 巍曹汪 | 111010001110010011110000110001111110100011011100 | e8e4f0c7e8dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)