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 | 獨爿 | 11100000110101011110000010101011 | e0d5e0ab |
EUC-JP | 獨爿 | 11100000110101111110000010101101 | e0d7e0ad |
UTF-8 | 獨爿 | 111001111000110110101000111001111000100010111111 | e78da8e788bf |
UHC | 獨? | 110101001011110000111111 | d4bc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)