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 | ????^c^ | 00111111001111110011111100111111010111100110001101011110 | 3f3f3f3f5e635e |
SJIS-WIN | 蠍エ隶泥^c^ | 11100101101101101011010011101000101011101001001101000100010111100110001101011110 | e5b6b4e8ae93445e635e |
EUC-JP | 蠍エ隶泥^c^ | 1110101010111000100011101011010011110000101100001100010110100101010111100110001101011110 | eab88eb4f0b0c5a55e635e |
UTF-8 | 蠍エ隶泥^c^ | 111010001010000010001101111011111011110110110100111010011001101010110110111001101011001110100101010111100110001101011110 | e8a08defbdb4e99ab6e6b3a55e635e |
UHC | ???泥^c^ | 0011111100111111001111111101001011111010010111100110001101011110 | 3f3f3fd2fa5e635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)