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 | 涎洵 | 10011111101101011001111110101011 | 9fb59fab |
EUC-JP | 涎洵 | 11011110101101111101111010101101 | deb7dead |
UTF-8 | 涎洵 | 111001101011011010001110111001101011010010110101 | e6b68ee6b4b5 |
UHC | 涎洵 | 11100110110011101110001011100111 | e6cee2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)