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 | ????C | 0011111100111111001111110011111101000011 | 3f3f3f3f43 |
SJIS-WIN | 探短探短C | 100100100101010010010010010110101001001001010100100100100101101001000011 | 9254925a9254925a43 |
EUC-JP | 探短探短C | 110000111011010111000011101110111100001110110101110000111011101101000011 | c3b5c3bbc3b5c3bb43 |
UTF-8 | 探短探短C | 11100110100011101010001011100111100111111010110111100110100011101010001011100111100111111010110101000011 | e68ea2e79fade68ea2e79fad43 |
UHC | 探短探短C | 111101111010111011010011101011011111011110101110110100111010110101000011 | f7aed3adf7aed3ad43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)