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{^ | 11100111100100101000101101101110010101110111110111100111100100101000101101101110010101110111101101011110 | e7928b6e577de7928b6e577b5e |
EUC-JP | 迺杵W}迺杵W{^ | 11101101111100101011010111001111010101110111110111101101111100101011010111001111010101110111101101011110 | edf2b5cf577dedf2b5cf577b5e |
UTF-8 | 迺杵W}迺杵W{^ | 1110100010111111101110101110011010011101101101010101011101111101111010001011111110111010111001101001110110110101010101110111101101011110 | e8bfbae69db5577de8bfbae69db5577b5e |
UHC | ?杵W}?杵W{^ | 0011111111101110101111100101011101111101001111111110111010111110010101110111101101011110 | 3feebe577d3feebe577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)