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 | 證□魍 | 111001101001101010000001101000001110100110110001 | e69a81a0e9b1 |
EUC-JP | 證□魍 | 111010111111101010100010101000101111001010110011 | ebfaa2a2f2b3 |
UTF-8 | 證□魍 | 111010001010110110001001111000101001011010100001111010011010110110001101 | e8ad89e296a1e9ad8d |
UHC | 證□? | 1111000111111011101000011110000000111111 | f1fba1e03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)