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^ | 11100000101011110100010001011110 | e0af445e |
EUC-JP | 牘D^ | 11100000101100010100010001011110 | e0b1445e |
UTF-8 | 牘D^ | 1110011110001001100110000100010001011110 | e78998445e |
UHC | 牘D^ | 11010100101110100100010001011110 | d4ba445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)