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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 璋琲 | 11100000111101101110000011101000 | e0f6e0e8 |
EUC-JP | 璋琲 | 11100000111110001110000011101010 | e0f8e0ea |
UTF-8 | 璋琲 | 111001111001001010001011111001111001000010110010 | e7928be790b2 |
UHC | 璋? | 111011011111000000111111 | edf03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)