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 | 瞿笊 | 11100001110110001110001010010101 | e1d8e295 |
EUC-JP | 瞿笊 | 11100010110110101110001111110101 | e2dae3f5 |
UTF-8 | 瞿笊 | 111001111001111010111111111001111010110010001010 | e79ebfe7ac8a |
UHC | 瞿? | 110011111011101000111111 | cfba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)