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 | 悚}悚{^ | 10011100100111100111110110011100100111100111101101011110 | 9c9e7d9c9e7b5e |
EUC-JP | 悚}悚{^ | 11010111111111100111110111010111111111100111101101011110 | d7fe7dd7fe7b5e |
UTF-8 | 悚}悚{^ | 111001101000001010011010011111011110011010000010100110100111101101011110 | e6829a7de6829a7b5e |
UHC | 悚}悚{^ | 11100001111001010111110111100001111001010111101101011110 | e1e57de1e57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)