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{^ | 0011111110010010111000110101011101111101001111111001001011100011010101110111101101011110 | 3f92e3577d3f92e3577b5e |
EUC-JP | ?偵W}?偵W{^ | 0011111111000100111001010101011101111101001111111100010011100101010101110111101101011110 | 3fc4e5577d3fc4e5577b5e |
UTF-8 | 얍偵W}얍偵W{^ | 1110110010010110100011011110010110000001101101010101011101111101111011001001011010001101111001011000000110110101010101110111101101011110 | ec968de581b5577dec968de581b5577b5e |
UHC | 얍偵W}얍偵W{^ | 10111110111001011110111111001111010101110111110110111110111001011110111111001111010101110111101101011110 | bee5efcf577dbee5efcf577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)