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^ | 00111111010100000100010000111111010100000100010001011110 | 3f50443f50445e |
SJIS-WIN | ?PD?PD^ | 00111111010100000100010000111111010100000100010001011110 | 3f50443f50445e |
EUC-JP | ?PD?PD^ | 00111111010100000100010000111111010100000100010001011110 | 3f50443f50445e |
UTF-8 | ӹPDӹPD^ | 110100111011100101010000010001001101001110111001010100000100010001011110 | d3b95044d3b950445e |
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)