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 | 長倣 | 10010010101101111001010111101101 | 92b795ed |
EUC-JP | 長倣 | 11000100101110011100101011101111 | c4b9caef |
UTF-8 | 長倣 | 111010011001010110110111111001011000000010100011 | e995b7e580a3 |
UHC | 長倣 | 11101101111111101101101110100111 | edfedba7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)