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 | 賤鴦}賤鴦{^ | 1110011011001011111010011111000101111101111001101100101111101001111100010111101101011110 | e6cbe9f17de6cbe9f17b5e |
EUC-JP | 賤鴦}賤鴦{^ | 1110110011001101111100101111001101111101111011001100110111110010111100110111101101011110 | eccdf2f37deccdf2f37b5e |
UTF-8 | 賤鴦}賤鴦{^ | 111010001011001110100100111010011011010010100110011111011110100010110011101001001110100110110100101001100111101101011110 | e8b3a4e9b4a67de8b3a4e9b4a67b5e |
UHC | 賤鴦}賤鴦{^ | 1111010011000001111001001110110001111101111101001100000111100100111011000111101101011110 | f4c1e4ec7df4c1e4ec7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)