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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | □∫??h | 10000001101000001000000111100111001111110011111101101000 | 81a081e73f3f68 |
EUC-JP | □∫??h | 10100010101000101010001011101001001111110011111101101000 | a2a2a2e93f3f68 |
UTF-8 | □∫룵句h | 11100010100101101010000111100010100010001010101111101011101000111011010111101111101001001000011001101000 | e296a1e288abeba3b5efa48668 |
UHC | □∫룵句h | 101000011110000010100001111100101000111110101010110011111111101101101000 | a1e0a1f28faacffb68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)