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^ | 1001001001000000100100100100111101000100100100100100000010010010010011110100010001011110 | 9240924f449240924f445e |
EUC-JP | 叩丹D叩丹D^ | 1100001110100001110000111011000001000100110000111010000111000011101100000100010001011110 | c3a1c3b044c3a1c3b0445e |
UTF-8 | 叩丹D叩丹D^ | 111001011000111110101001111001001011100010111001010001001110010110001111101010011110010010111000101110010100010001011110 | e58fa9e4b8b944e58fa9e4b8b9445e |
UHC | 叩丹D叩丹D^ | 1100110110110000110100111010000101000100110011011011000011010011101000010100010001011110 | cdb0d3a144cdb0d3a1445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)