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 | 摯ⅳ | 10011101100101011111101001000011 | 9d95fa43 |
EUC-JP | 摯? | 110110011111010100111111 | d9f53f |
UTF-8 | 摯ⅳ | 111001101001000110101111111000101000010110110011 | e691afe285b3 |
UHC | 摯ⅳ | 11110010101001111010010110100100 | f2a7a5a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)