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 | 他奪樽足^ | 100100011011110010010010010001001001001001001101100100011010101101011110 | 91bc9244924d91ab5e |
EUC-JP | 他奪樽足^ | 110000101011111011000011101001011100001110101110110000101010110101011110 | c2bec3a5c3aec2ad5e |
UTF-8 | 他奪樽足^ | 11100100101110111001011011100101101001011010101011100110101010001011110111101000101101101011001101011110 | e4bb96e5a5aae6a8bde8b6b35e |
UHC | 他奪樽足^ | 111101101110001011110111101011001111000111011100111100001110101101011110 | f6e2f7acf1dcf0eb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)