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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 叩丹叩丹^ | 100100100100000010010010010011111001001001000000100100100100111101011110 | 9240924f9240924f5e |
EUC-JP | 叩丹叩丹^ | 110000111010000111000011101100001100001110100001110000111011000001011110 | c3a1c3b0c3a1c3b05e |
UTF-8 | 叩丹叩丹^ | 11100101100011111010100111100100101110001011100111100101100011111010100111100100101110001011100101011110 | e58fa9e4b8b9e58fa9e4b8b95e |
UHC | 叩丹叩丹^ | 110011011011000011010011101000011100110110110000110100111010000101011110 | cdb0d3a1cdb0d3a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)