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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 箴鞅 | 11100010101111001110100011010111 | e2bce8d7 |
EUC-JP | 箴鞅 | 11100100101111101111000011011001 | e4bef0d9 |
UTF-8 | 箴鞅 | 111001111010111010110100111010011001111010000101 | e7aeb4e99e85 |
UHC | 箴? | 111011011101011100111111 | edd73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)