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{^ | 0011111110011001110101000101011101111101001111111001100111010100010101110111101101011110 | 3f99d4577d3f99d4577b5e |
EUC-JP | ?雙W}?雙W{^ | 0011111111010010110101100101011101111101001111111101001011010110010101110111101101011110 | 3fd2d6577d3fd2d6577b5e |
UTF-8 | 룶雙W}룶雙W{^ | 1110101110100011101101101110100110011011100110010101011101111101111010111010001110110110111010011001101110011001010101110111101101011110 | eba3b6e99b99577deba3b6e99b99577b5e |
UHC | 룶雙W}룶雙W{^ | 10001111101010111110010010101010010101110111110110001111101010111110010010101010010101110111101101011110 | 8fabe4aa577d8fabe4aa577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)