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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蝪シ邨ヲ碪 | 1110010110100001101111001110011110110101101001101110000111110010 | e5a1bce7b5a6e1f2 |
EUC-JP | 蝪シ邨ヲ碪 | 11101010101000111000111010111100111011101011011110001110101001101110001011110100 | eaa38ebceeb78ea6e2f4 |
UTF-8 | 蝪シ邨ヲ碪 | 111010001001110110101010111011111011110110111100111010011000001010101000111011111011110110100110111001111010001010101010 | e89daaefbdbce982a8efbda6e7a2aa |
UHC | ??邨?? | 001111110011111111110101101111100011111100111111 | 3f3ff5be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)