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 | 箴翦 | 11100010101111001110001111000110 | e2bce3c6 |
EUC-JP | 箴翦 | 11100100101111101110011011001000 | e4bee6c8 |
UTF-8 | 箴翦 | 111001111010111010110100111001111011111110100110 | e7aeb4e7bfa6 |
UHC | 箴? | 111011011101011100111111 | edd73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)