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 | 芹? | 100010111101101000111111 | 8bda3f |
EUC-JP | 芹? | 101101101101110000111111 | b6dc3f |
UTF-8 | 芹뤔 | 111010001000101010111001111010111010010010010100 | e88ab9eba494 |
UHC | 芹뤔 | 11010000110010101000111111000100 | d0ca8fc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)