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 | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
SJIS-WIN | ?疫[}?疫[{^ | 0011111110001001011101010101101101111101001111111000100101110101010110110111101101011110 | 3f89755b7d3f89755b7b5e |
EUC-JP | ?疫[}?疫[{^ | 0011111110110001110101100101101101111101001111111011000111010110010110110111101101011110 | 3fb1d65b7d3fb1d65b7b5e |
UTF-8 | 峀疫[}峀疫[{^ | 1110010110110011100000001110011110010110101010110101101101111101111001011011001110000000111001111001011010101011010110110111101101011110 | e5b380e796ab5b7de5b380e796ab5b7b5e |
UHC | 峀疫[}峀疫[{^ | 11100001111111001110011010111001010110110111110111100001111111001110011010111001010110110111101101011110 | e1fce6b95b7de1fce6b95b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)