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?D^ | 0011111101000100001111110100010001011110 | 3f443f445e |
SJIS-WIN | ЯDЯD^ | 10000100011000000100010010000100011000000100010001011110 | 8460448460445e |
EUC-JP | ЯDЯD^ | 10100111110000010100010010100111110000010100010001011110 | a7c144a7c1445e |
UTF-8 | ЯDЯD^ | 11010000101011110100010011010000101011110100010001011110 | d0af44d0af445e |
UHC | ЯDЯD^ | 10101100110000010100010010101100110000010100010001011110 | acc144acc1445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)