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 | 蛛}蛛{^ | 11100101100000010111110111100101100000010111101101011110 | e5817de5817b5e |
EUC-JP | 蛛}蛛{^ | 11101001111000010111110111101001111000010111101101011110 | e9e17de9e17b5e |
UTF-8 | 蛛}蛛{^ | 111010001001101110011011011111011110100010011011100110110111101101011110 | e89b9b7de89b9b7b5e |
UHC | 蛛}蛛{^ | 11110001110010000111110111110001110010000111101101011110 | f1c87df1c87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)