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 | 顴糅 | 11101001010000011110001011110000 | e941e2f0 |
EUC-JP | 顴糅 | 11110001101000101110010011110010 | f1a2e4f2 |
UTF-8 | 顴糅 | 111010011010000110110100111001111011001110000101 | e9a1b4e7b385 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)