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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 巍曹嵬巍 | 1001101111011001100100011000001010011011110010101001101111011001 | 9bd991829bca9bd9 |
EUC-JP | 巍曹嵬巍 | 1101011011011011110000011110001011010110110011001101011011011011 | d6dbc1e2d6ccd6db |
UTF-8 | 巍曹嵬巍 | 111001011011011110001101111001101001101110111001111001011011010110101100111001011011011110001101 | e5b78de69bb9e5b5ace5b78d |
UHC | 巍曹嵬巍 | 1110100011100100111100001100011111101000111000111110100011100100 | e8e4f0c7e8e3e8e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)