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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鬢傀岑 | 111010011010010010011000111110001001101110101000 | e9a498f89ba8 |
EUC-JP | 鬢傀岑 | 111100101010011011010000111110101101011010101010 | f2a6d0fad6aa |
UTF-8 | 鬢傀岑 | 111010011010110010100010111001011000001010000000111001011011001010010001 | e9aca2e58280e5b291 |
UHC | ?傀岑 | 0011111111001110110100111110110111010100 | 3fced3edd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)