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 | 該毘 | 10001010010110011001010011111001 | 8a5994f9 |
EUC-JP | 該毘 | 10110011101110101100100011111011 | b3bac8fb |
UTF-8 | 該毘 | 111010001010100110110010111001101010111110011000 | e8a9b2e6af98 |
UHC | 該毘 | 11111010101100011101110111110010 | fab1ddf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)