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