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 | ??W}??W{^ | 001111110011111101010111011111010011111100111111010101110111101101011110 | 3f3f577d3f3f577b5e |
SJIS-WIN | ?疫W}?疫W{^ | 0011111110001001011101010101011101111101001111111000100101110101010101110111101101011110 | 3f8975577d3f8975577b5e |
EUC-JP | ?疫W}?疫W{^ | 0011111110110001110101100101011101111101001111111011000111010110010101110111101101011110 | 3fb1d6577d3fb1d6577b5e |
UTF-8 | 슖疫W}슖疫W{^ | 1110110010001010100101101110011110010110101010110101011101111101111011001000101010010110111001111001011010101011010101110111101101011110 | ec8a96e796ab577dec8a96e796ab577b5e |
UHC | 슖疫W}슖疫W{^ | 10011010101001011110011010111001010101110111110110011010101001011110011010111001010101110111101101011110 | 9aa5e6b9577d9aa5e6b9577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)