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{^ | 1001101110001100001111110101011101111101100110111000110000111111010101110111101101011110 | 9b8c3f577d9b8c3f577b5e |
EUC-JP | 寥?W}寥?W{^ | 1101010111101100001111110101011101111101110101011110110000111111010101110111101101011110 | d5ec3f577dd5ec3f577b5e |
UTF-8 | 寥렔W}寥렔W{^ | 1110010110101111101001011110101110100000100101000101011101111101111001011010111110100101111010111010000010010100010101110111101101011110 | e5afa5eba094577de5afa5eba094577b5e |
UHC | 寥렔W}寥렔W{^ | 11101000111011111000111010101001010101110111110111101000111011111000111010101001010101110111101101011110 | e8ef8ea9577de8ef8ea9577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)