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 | EDED^ | 10010100010001010100010010010100010001010100010001011110 | 9445449445445e |
SJIS-WIN | ?ED?ED^ | 00111111010001010100010000111111010001010100010001011110 | 3f45443f45445e |
EUC-JP | ?ED?ED^ | 00111111010001010100010000111111010001010100010001011110 | 3f45443f45445e |
UTF-8 | EDED^ | 110000101001010001000101010001001100001010010100010001010100010001011110 | c2944544c29445445e |
UHC | ?ED?ED^ | 00111111010001010100010000111111010001010100010001011110 | 3f45443f45445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)