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 | ãPDãPD^ | 11100011010100000100010011100011010100000100010001011110 | e35044e350445e |
SJIS-WIN | ?PD?PD^ | 00111111010100000100010000111111010100000100010001011110 | 3f50443f50445e |
EUC-JP | ãPDãPD^ | 1000111110101011101010100101000001000100100011111010101110101010010100000100010001011110 | 8fabaa50448fabaa50445e |
UTF-8 | ãPDãPD^ | 110000111010001101010000010001001100001110100011010100000100010001011110 | c3a35044c3a350445e |
UHC | ?PD?PD^ | 00111111010100000100010000111111010100000100010001011110 | 3f50443f50445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)