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 | ©L©L^ | 10011110101010010100110010011110101010010100110001011110 | 9ea94c9ea94c5e |
SJIS-WIN | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
EUC-JP | ?©L?©L^ | 0011111110001111101000101110110101001100001111111000111110100010111011010100110001011110 | 3f8fa2ed4c3f8fa2ed4c5e |
UTF-8 | ©L©L^ | 1100001010011110110000101010100101001100110000101001111011000010101010010100110001011110 | c29ec2a94cc29ec2a94c5e |
UHC | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)