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^ | 11100011101001000100010001011110 | e3a4445e |
EUC-JP | 网D^ | 11100110101001100100010001011110 | e6a6445e |
UTF-8 | 网D^ | 1110011110111101100100010100010001011110 | e7bd91445e |
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)