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 | ?D^ | 001111110100010001011110 | 3f445e |
SJIS-WIN | 嶬D^ | 10011011110100100100010001011110 | 9bd2445e |
EUC-JP | 嶬D^ | 11010110110101000100010001011110 | d6d4445e |
UTF-8 | 嶬D^ | 1110010110110110101011000100010001011110 | e5b6ac445e |
UHC | ?D^ | 001111110100010001011110 | 3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)