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^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 多丹D多丹D^ | 1001000110111101100100100100111101000100100100011011110110010010010011110100010001011110 | 91bd924f4491bd924f445e |
EUC-JP | 多丹D多丹D^ | 1100001010111111110000111011000001000100110000101011111111000011101100000100010001011110 | c2bfc3b044c2bfc3b0445e |
UTF-8 | 多丹D多丹D^ | 111001011010010010011010111001001011100010111001010001001110010110100100100110101110010010111000101110010100010001011110 | e5a49ae4b8b944e5a49ae4b8b9445e |
UHC | 多丹D多丹D^ | 1101001011111101110100111010000101000100110100101111110111010011101000010100010001011110 | d2fdd3a144d2fdd3a1445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)