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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 信蛛}信蛛{^ | 1001000001001101111001011000000101111101100100000100110111100101100000010111101101011110 | 904de5817d904de5817b5e |
EUC-JP | 信蛛}信蛛{^ | 1011111110101110111010011110000101111101101111111010111011101001111000010111101101011110 | bfaee9e17dbfaee9e17b5e |
UTF-8 | 信蛛}信蛛{^ | 111001001011111110100001111010001001101110011011011111011110010010111111101000011110100010011011100110110111101101011110 | e4bfa1e89b9b7de4bfa1e89b9b7b5e |
UHC | 信蛛}信蛛{^ | 1110001111100001111100011100100001111101111000111110000111110001110010000111101101011110 | e3e1f1c87de3e1f1c87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)