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 | 莊}莊{^ | 11100100101101010111110111100100101101010111101101011110 | e4b57de4b57b5e |
EUC-JP | 莊}莊{^ | 11101000101101110111110111101000101101110111101101011110 | e8b77de8b77b5e |
UTF-8 | 莊}莊{^ | 111010001000111010001010011111011110100010001110100010100111101101011110 | e88e8a7de88e8a7b5e |
UHC | 莊}莊{^ | 11101101111101100111110111101101111101100111101101011110 | edf67dedf67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)