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 | 叺簀}叺簀{^ | 1001100111011011111000101100010101111101100110011101101111100010110001010111101101011110 | 99dbe2c57d99dbe2c57b5e |
EUC-JP | 叺簀}叺簀{^ | 1101001011011101111001001100011101111101110100101101110111100100110001110111101101011110 | d2dde4c77dd2dde4c77b5e |
UTF-8 | 叺簀}叺簀{^ | 111001011000111110111010111001111011000010000000011111011110010110001111101110101110011110110000100000000111101101011110 | e58fbae7b0807de58fbae7b0807b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)