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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 隧イ陜殊サォ^ | 11101000101010011011001011101000100111011000111011101010101110111010101101011110 | e8a9b2e89d8eeabbab5e |
EUC-JP | 隧イ陜殊サォ^ | 11110000101010111000111010110010111011111111110110111100111011001000111010111011100011101010101101011110 | f0ab8eb2effdbcec8ebb8eab5e |
UTF-8 | 隧イ陜殊サォ^ | 11101001100110101010011111101111101111011011001011101001100110011001110011100110101011101000101011101111101111011011101111101111101111011010101101011110 | e99aa7efbdb2e9999ce6ae8aefbdbbefbdab5e |
UHC | 隧?陜殊??^ | 11100010110010100011111111111001111100001110001010101000001111110011111101011110 | e2ca3ff9f0e2a83f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)