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 | 跣櫂跣櫂^ | 111001101110111110011111010001001110011011101111100111110100010001011110 | e6ef9f44e6ef9f445e |
EUC-JP | 跣櫂跣櫂^ | 111011001111000111011101101001011110110011110001110111011010010101011110 | ecf1dda5ecf1dda55e |
UTF-8 | 跣櫂跣櫂^ | 11101000101101111010001111100110101010111000001011101000101101111010001111100110101010111000001001011110 | e8b7a3e6ab82e8b7a3e6ab825e |
UHC | 跣櫂跣櫂^ | 111000001101001111010100101000101110000011010011110101001010001001011110 | e0d3d4a2e0d3d4a25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)