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 | 蟆拾}蟆拾{^ | 1110010110110000100011110100010101111101111001011011000010001111010001010111101101011110 | e5b08f457de5b08f457b5e |
EUC-JP | 蟆拾}蟆拾{^ | 1110101010110010101111011010011001111101111010101011001010111101101001100111101101011110 | eab2bda67deab2bda67b5e |
UTF-8 | 蟆拾}蟆拾{^ | 111010001001111110000110111001101000101110111110011111011110100010011111100001101110011010001011101111100111101101011110 | e89f86e68bbe7de89f86e68bbe7b5e |
UHC | ?拾}?拾{^ | 001111111110001110100110011111010011111111100011101001100111101101011110 | 3fe3a67d3fe3a67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)