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 | CnDCnD^ | 100100100100001101101110010001001001001001000011011011100100010001011110 | 92436e4492436e445e |
SJIS-WIN | ?CnD?CnD^ | 001111110100001101101110010001000011111101000011011011100100010001011110 | 3f436e443f436e445e |
EUC-JP | ?CnD?CnD^ | 001111110100001101101110010001000011111101000011011011100100010001011110 | 3f436e443f436e445e |
UTF-8 | CnDCnD^ | 1100001010010010010000110110111001000100110000101001001001000011011011100100010001011110 | c292436e44c292436e445e |
UHC | ?CnD?CnD^ | 001111110100001101101110010001000011111101000011011011100100010001011110 | 3f436e443f436e445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)