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{^ | 0011111110010000010110010101011101111101001111111001000001011001010101110111101101011110 | 3f9059577d3f9059577b5e |
EUC-JP | ?榛W}?榛W{^ | 0011111110111111101110100101011101111101001111111011111110111010010101110111101101011110 | 3fbfba577d3fbfba577b5e |
UTF-8 | 솜榛W}솜榛W{^ | 1110110010000110100111001110011010100110100110110101011101111101111011001000011010011100111001101010011010011011010101110111101101011110 | ec869ce6a69b577dec869ce6a69b577b5e |
UHC | 솜榛W}솜榛W{^ | 10111100110110001111001011001110010101110111110110111100110110001111001011001110010101110111101101011110 | bcd8f2ce577dbcd8f2ce577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)