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 | 賊其賊其^ | 100100011010111110010001101101001001000110101111100100011011010001011110 | 91af91b491af91b45e |
EUC-JP | 賊其賊其^ | 110000101011000111000010101101101100001010110001110000101011011001011110 | c2b1c2b6c2b1c2b65e |
UTF-8 | 賊其賊其^ | 11101000101100111000101011100101100001011011011011101000101100111000101011100101100001011011011001011110 | e8b38ae585b6e8b38ae585b65e |
UHC | 賊其賊其^ | 111011101110010011010000111011001110111011100100110100001110110001011110 | eee4d0eceee4d0ec5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)