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 | 羸蕷 | 11100011101111101110010101010000 | e3bee550 |
EUC-JP | 羸蕷 | 11100110110000001110100110110001 | e6c0e9b1 |
UTF-8 | 羸蕷 | 111001111011111010111000111010001001010110110111 | e7beb8e895b7 |
UHC | 羸? | 110101111110100000111111 | d7e83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)