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 | 羞薹}羞薹{^ | 1110001110110101111001010101011001111101111000111011010111100101010101100111101101011110 | e3b5e5567de3b5e5567b5e |
EUC-JP | 羞薹}羞薹{^ | 1110011010110111111010011011011101111101111001101011011111101001101101110111101101011110 | e6b7e9b77de6b7e9b77b5e |
UTF-8 | 羞薹}羞薹{^ | 111001111011111010011110111010001001011010111001011111011110011110111110100111101110100010010110101110010111101101011110 | e7be9ee896b97de7be9ee896b97b5e |
UHC | 羞?}羞?{^ | 111000101011101000111111011111011110001010111010001111110111101101011110 | e2ba3f7de2ba3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)