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 | 咫隆 | 10011010010000001001011110110010 | 9a4097b2 |
EUC-JP | 咫隆 | 11010011101000011100111010110100 | d3a1ceb4 |
UTF-8 | 咫隆 | 111001011001001010101011111010011001101010000110 | e592abe99a86 |
UHC | 咫隆 | 11110010101000011101011111001100 | f2a1d7cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)