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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 呱?∬B | 100110011110101100111111100000011110100001000010 | 99eb3f81e842 |
EUC-JP | 呱?∬B | 110100101110110100111111101000101110101001000010 | d2ed3fa2ea42 |
UTF-8 | 呱┡∬B | 11100101100100011011000111100010100101001010000111100010100010001010110001000010 | e591b1e294a1e288ac42 |
UHC | 呱┡∬B | 11001101101100101010011011001011101000011111001101000010 | cdb2a6cba1f342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)