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 | 輯? | 100011110101001100111111 | 8f533f |
EUC-JP | 輯? | 101111011011010000111111 | bdb43f |
UTF-8 | 輯뤒 | 111010001011110010101111111010111010010010010010 | e8bcafeba492 |
UHC | 輯뤒 | 11110010111111101000111111000010 | f2fe8fc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)