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 | 長烽 | 10010010101101111110000010000010 | 92b7e082 |
EUC-JP | 長烽 | 11000100101110011101111111100010 | c4b9dfe2 |
UTF-8 | 長烽 | 111010011001010110110111111001111000001110111101 | e995b7e783bd |
UHC | 長烽 | 11101101111111101101110011101011 | edfedceb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)