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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 睹}睹{^ | 11100001110011110111110111100001110011110111101101011110 | e1cf7de1cf7b5e |
EUC-JP | 睹}睹{^ | 11100010110100010111110111100010110100010111101101011110 | e2d17de2d17b5e |
UTF-8 | 睹}睹{^ | 111001111001110110111001011111011110011110011101101110010111101101011110 | e79db97de79db97b5e |
UHC | 睹}睹{^ | 11010100101010010111110111010100101010010111101101011110 | d4a97dd4a97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)