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 | 叩賊但族^ | 100100100100000010010001101011111001001001000001100100011011000001011110 | 924091af924191b05e |
EUC-JP | 叩賊但族^ | 110000111010000111000010101100011100001110100010110000101011001001011110 | c3a1c2b1c3a2c2b25e |
UTF-8 | 叩賊但族^ | 11100101100011111010100111101000101100111000101011100100101111011000011011100110100101111000111101011110 | e58fa9e8b38ae4bd86e6978f5e |
UHC | 叩賊但族^ | 110011011011000011101110111001001101001110100011111100001110100101011110 | cdb0eee4d3a3f0e95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)