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{^ | 11110101101111011110000111011100010101110111110111110101101111011110000111011100010101110111101101011110 | f5bde1dc577df5bde1dc577b5e |
EUC-JP | ?矇W}?矇W{^ | 0011111111100010110111100101011101111101001111111110001011011110010101110111101101011110 | 3fe2de577d3fe2de577b5e |
UTF-8 | 矇W}矇W{^ | 1110111010010000101010001110011110011111100001110101011101111101111011101001000010101000111001111001111110000111010101110111101101011110 | ee90a8e79f87577dee90a8e79f87577b5e |
UHC | ??W}??W{^ | 001111110011111101010111011111010011111100111111010101110111101101011110 | 3f3f577d3f3f577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)