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 | 學蟲 | 10011011011110111110010110110011 | 9b7be5b3 |
EUC-JP | 學蟲 | 11010101110111001110101010110101 | d5dceab5 |
UTF-8 | 學蟲 | 111001011010110110111000111010001001111110110010 | e5adb8e89fb2 |
UHC | 學蟲 | 11111001110010101111010111111001 | f9caf5f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)