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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ⅰ悉治 | 1111101001000000100011101011101111110010101000101000111010100001 | fa408ebbf2a28ea1 |
EUC-JP | ?悉?治 | 001111111011110010111101001111111011110010100011 | 3fbcbd3fbca3 |
UTF-8 | ⅰ悉治 | 111000101000010110110000111001101000001010001001111011101000011110011001111001101011001010111011 | e285b0e68289ee8799e6b2bb |
UHC | ⅰ悉?治 | 10100101101000011110001111111010001111111111011010111101 | a5a1e3fa3ff6bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)