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 | 矜瘋 | 11100001111000001110000110000110 | e1e0e186 |
EUC-JP | 矜瘋 | 11100010111000101110000111100110 | e2e2e1e6 |
UTF-8 | 矜瘋 | 111001111001111110011100111001111001100010001011 | e79f9ce7988b |
UHC | 矜? | 110100001110100000111111 | d0e83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)