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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 奪袖足^ | 10010010010001001001000110110011100100011010101101011110 | 924491b391ab5e |
EUC-JP | 奪袖足^ | 11000011101001011100001010110101110000101010110101011110 | c3a5c2b5c2ad5e |
UTF-8 | 奪袖足^ | 11100101101001011010101011101000101000101001011011101000101101101011001101011110 | e5a5aae8a296e8b6b35e |
UHC | 奪袖足^ | 11110111101011001110001011000000111100001110101101011110 | f7ace2c0f0eb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)