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 | 箴 | 11100010101111001111011011000000 | e2bcf6c0 |
EUC-JP | 箴? | 111001001011111000111111 | e4be3f |
UTF-8 | 箴 | 111001111010111010110100111011101001001110100111 | e7aeb4ee93a7 |
UHC | 箴? | 111011011101011100111111 | edd73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)