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 | 輯섹 | 111010001011110010101111111011001000010010111001 | e8bcafec84b9 |
UHC | 輯섹 | 11110010111111101011110010111101 | f2febcbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)