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 | tDtD^ | 10011101011101000100010010011101011101000100010001011110 | 9d74449d74445e |
SJIS-WIN | ?tD?tD^ | 00111111011101000100010000111111011101000100010001011110 | 3f74443f74445e |
EUC-JP | ?tD?tD^ | 00111111011101000100010000111111011101000100010001011110 | 3f74443f74445e |
UTF-8 | tDtD^ | 110000101001110101110100010001001100001010011101011101000100010001011110 | c29d7444c29d74445e |
UHC | ?tD?tD^ | 00111111011101000100010000111111011101000100010001011110 | 3f74443f74445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)