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 | Dè^ | 10010010010001001110100001011110 | 9244e85e |
SJIS-WIN | ?D?^ | 00111111010001000011111101011110 | 3f443f5e |
EUC-JP | ?Dè^ | 001111110100010010001111101010111011001001011110 | 3f448fabb25e |
UTF-8 | Dè^ | 110000101001001001000100110000111010100001011110 | c29244c3a85e |
UHC | ?D?^ | 00111111010001000011111101011110 | 3f443f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)