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 | 咫咤 | 10011010010000001001101001000010 | 9a409a42 |
EUC-JP | 咫咤 | 11010011101000011101001110100011 | d3a1d3a3 |
UTF-8 | 咫咤 | 111001011001001010101011111001011001001010100100 | e592abe592a4 |
UHC | 咫咤 | 11110010101000011111011011100011 | f2a1f6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)