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 | 馮ç^ | 11101001101001101010111011100111100111001000100001011110 | e9a6aee79c885e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | 馮ç??^ | 100011111010101110110001100011111010001011000011100011111010001011101110100011111010101110101110001111110011111101011110 | 8fabb18fa2c38fa2ee8fabae3f3f5e |
UTF-8 | 馮ç^ | 11000011101010011100001010100110110000101010111011000011101001111100001010011100110000101000100001011110 | c3a9c2a6c2aec3a7c29cc2885e |
UHC | ??®???^ | 0011111100111111101000101110011100111111001111110011111101011110 | 3f3fa2e73f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)