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?D^ | 0011111101000100001111110100010001011110 | 3f443f445e |
SJIS-WIN | 磅D磅D^ | 11100001111110100100010011100001111110100100010001011110 | e1fa44e1fa445e |
EUC-JP | 磅D磅D^ | 11100010111111000100010011100010111111000100010001011110 | e2fc44e2fc445e |
UTF-8 | 磅D磅D^ | 111001111010001110000101010001001110011110100011100001010100010001011110 | e7a38544e7a385445e |
UHC | 磅D磅D^ | 11011011101101100100010011011011101101100100010001011110 | dbb644dbb6445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)