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 | 逑}逑{^ | 11100111100100110111110111100111100100110111101101011110 | e7937de7937b5e |
EUC-JP | 逑}逑{^ | 11101101111100110111110111101101111100110111101101011110 | edf37dedf37b5e |
UTF-8 | 逑}逑{^ | 111010011000000010010001011111011110100110000000100100010111101101011110 | e980917de980917b5e |
UHC | 逑}逑{^ | 11001111110001110111110111001111110001110111101101011110 | cfc77dcfc77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)