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 | 賊?賊?^ | 10010001101011110011111110010001101011110011111101011110 | 91af3f91af3f5e |
EUC-JP | 賊?賊?^ | 11000010101100010011111111000010101100010011111101011110 | c2b13fc2b13f5e |
UTF-8 | 賊樂賊樂^ | 11101000101100111000101011101111101001011001110011101000101100111000101011101111101001011001110001011110 | e8b38aefa59ce8b38aefa59c5e |
UHC | 賊樂賊樂^ | 111011101110010011010101101001011110111011100100110101011010010101011110 | eee4d5a5eee4d5a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)