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^ | 1110011110100111101110110100010001011110 | e7a7bb445e |
SJIS-WIN | ?§?D^ | 001111111000000110011000001111110100010001011110 | 3f81983f445e |
EUC-JP | �D^ | 1000111110101011101011101010000111111000001111110100010001011110 | 8fabaea1f83f445e |
UTF-8 | 移D^ | 1100001110100111110000101010011111000010101110110100010001011110 | c3a7c2a7c2bb445e |
UHC | ?§?D^ | 001111111010000111010111001111110100010001011110 | 3fa1d73f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)