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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 謗一キ幎唱^ | 11100110100011101000100011101010101101111001101111101011100011111010010101011110 | e68e88eab79beb8fa55e |
EUC-JP | 謗一キ幎唱^ | 1110101111101110101100001110110010001110101101111101011011101101101111101010011101011110 | ebeeb0ec8eb7d6edbea75e |
UTF-8 | 謗一キ幎唱^ | 11101000101011001001011111100100101110001000000011101111101111011011011111100101101110011000111011100101100101001011000101011110 | e8ac97e4b880efbdb7e5b98ee594b15e |
UHC | 謗一??唱^ | 110110111011111111101100111010010011111100111111111100111101110101011110 | dbbfece93f3ff3dd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)