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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 褸□魍 | 111001011111100010000001101000001110100110110001 | e5f881a0e9b1 |
EUC-JP | 褸□魍 | 111010101111101010100010101000101111001010110011 | eafaa2a2f2b3 |
UTF-8 | 褸□魍 | 111010001010010010111000111000101001011010100001111010011010110110001101 | e8a4b8e296a1e9ad8d |
UHC | 褸□? | 1101011110101110101000011110000000111111 | d7aea1e03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)